Class: AnnotationTransfer
URI: cell_annotation_schema:AnnotationTransfer
 classDiagram
    class AnnotationTransfer
    click AnnotationTransfer href "../AnnotationTransfer"
      AnnotationTransfer : algorithm_name
      AnnotationTransfer : comment
      AnnotationTransfer : source_node_accession
      AnnotationTransfer : source_taxonomy
      AnnotationTransfer : transferred_cell_label
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| transferred_cell_label | 0..1 String | Transferred cell label | direct | 
| source_taxonomy | 0..1 Uriorcurie | PURL of source taxonomy | direct | 
| source_node_accession | 0..1 String | accession of node that label was transferred from | direct | 
| algorithm_name | 0..1 String | Name of algorithm used to transfer annotation | direct | 
| comment | 0..1 String | Free text comment on annotation transfer | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| BicanAnnotation | transferred_annotations | range | AnnotationTransfer | 
Identifier and Mapping Information
Schema Source
- from schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | cell_annotation_schema:AnnotationTransfer | 
| native | cell_annotation_schema:AnnotationTransfer | 
LinkML Source
Direct
name: AnnotationTransfer
from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS
slots:
- transferred_cell_label
- source_taxonomy
- source_node_accession
- algorithm_name
- comment
Induced
name: AnnotationTransfer
from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS
attributes:
  transferred_cell_label:
    name: transferred_cell_label
    description: Transferred cell label
    from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS
    rank: 1000
    alias: transferred_cell_label
    owner: AnnotationTransfer
    domain_of:
    - AnnotationTransfer
    range: string
  source_taxonomy:
    name: source_taxonomy
    description: PURL of source taxonomy
    from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS
    rank: 1000
    alias: source_taxonomy
    owner: AnnotationTransfer
    domain_of:
    - AnnotationTransfer
    range: uriorcurie
  source_node_accession:
    name: source_node_accession
    description: accession of node that label was transferred from
    from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS
    rank: 1000
    alias: source_node_accession
    owner: AnnotationTransfer
    domain_of:
    - AnnotationTransfer
    range: string
  algorithm_name:
    name: algorithm_name
    description: Name of algorithm used to transfer annotation
    from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS
    rank: 1000
    alias: algorithm_name
    owner: AnnotationTransfer
    domain_of:
    - AnnotationTransfer
    - AutomatedAnnotation
    range: string
  comment:
    name: comment
    description: Free text comment on annotation transfer
    from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS
    rank: 1000
    slot_uri: IAO:0000115
    alias: comment
    owner: AnnotationTransfer
    domain_of:
    - AnnotationTransfer
    range: string