Class: AssociationCount
URI: https://w3id.org/monarch/monarch-py/AssociationCount
classDiagram
class AssociationCount
click AssociationCount href "../AssociationCount/"
FacetValue <|-- AssociationCount
click FacetValue href "../FacetValue/"
AssociationCount : category
AssociationCount : count
AssociationCount : count_direct
AssociationCount : count_with_orthologs
AssociationCount : label
Inheritance
- FacetValue
- AssociationCount
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| category | 0..1 String |
direct | |
| count_direct | 0..1 Integer |
Count of direct associations (no closure/descendants) | direct |
| count_with_orthologs | 0..1 Integer |
Count including associations from orthologous genes | direct |
| label | 1 String |
FacetValue | |
| count | 0..1 Integer |
count of documents | FacetValue |
Usages
| used by | used in | type | used |
|---|---|---|---|
| AssociationCountList | items | range | AssociationCount |
| Node | association_counts | range | AssociationCount |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/monarch/monarch-py
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | https://w3id.org/monarch/monarch-py/AssociationCount |
| native | https://w3id.org/monarch/monarch-py/AssociationCount |
LinkML Source
Direct
name: AssociationCount
from_schema: https://w3id.org/monarch/monarch-py
is_a: FacetValue
slots:
- category
- count_direct
- count_with_orthologs
slot_usage:
category:
name: category
multivalued: false
Induced
name: AssociationCount
from_schema: https://w3id.org/monarch/monarch-py
is_a: FacetValue
slot_usage:
category:
name: category
multivalued: false
attributes:
category:
name: category
from_schema: https://w3id.org/monarch/monarch-py
rank: 1000
alias: category
owner: AssociationCount
domain_of:
- Association
- AssociationCount
- CompactAssociation
- AssociationTypeMapping
- Entity
- GridColumnEntity
- GridRowEntity
range: string
multivalued: false
count_direct:
name: count_direct
description: Count of direct associations (no closure/descendants)
from_schema: https://w3id.org/monarch/monarch-py
rank: 1000
alias: count_direct
owner: AssociationCount
domain_of:
- AssociationCount
range: integer
count_with_orthologs:
name: count_with_orthologs
description: Count including associations from orthologous genes
from_schema: https://w3id.org/monarch/monarch-py
rank: 1000
alias: count_with_orthologs
owner: AssociationCount
domain_of:
- AssociationCount
range: integer
label:
name: label
from_schema: https://w3id.org/monarch/monarch-py
rank: 1000
alias: label
owner: AssociationCount
domain_of:
- FacetValue
- FacetField
- CaseEntity
- CasePhenotype
- HistoPhenoBin
- GridColumnEntity
- GridRowEntity
- GridBin
- Qualifier
- TermInfo
range: string
required: true
count:
name: count
description: count of documents
from_schema: https://w3id.org/monarch/monarch-py
rank: 1000
alias: count
owner: AssociationCount
domain_of:
- FacetValue
- GridBin
range: integer