Skip to content

Slot: reference_assembly

The reference genome assembly that this genome annotation was created from.

URI: [bican:reference_assembly](https://identifiers.org/brain-bican/vocab/reference_assembly) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [GenomeAnnotation](GenomeAnnotation.md) | Represents a genome annotation | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [String](String.md) or 
[GenomeAssembly](GenomeAssembly.md) | | Domain Of | [GenomeAnnotation](GenomeAnnotation.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | | Required | Yes | ### Slot Characteristics | Property | Value | | --- | --- | | Owner | [GenomeAnnotation](GenomeAnnotation.md) |
Expressions & Logic #### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'GenomeAssembly'}) - AnonymousSlotExpression({'range': 'string'})
## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/brain-bican/bke-taxonomy ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | bican:reference_assembly | | native | bican:reference_assembly | ## LinkML Source
name: reference_assembly
description: The reference genome assembly that this genome annotation was created
  from.
from_schema: https://w3id.org/brain-bican/bke-taxonomy
rank: 1000
owner: GenomeAnnotation
domain_of:
- GenomeAnnotation
range: string
required: true
inlined: true
any_of:
- range: GenomeAssembly
- range: string