Class: Cell
URI: cell_annotation_schema:Cell
 classDiagram
    class Cell
    click Cell href "../Cell"
      Cell : author_categories
      Cell : cell_id
      Cell : confidence
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| cell_id | 1 String | Identifier for a single cell | direct | 
| confidence | 0..1 Float | Normalised confidence score | direct | 
| author_categories | 0..1 String | Categories of authorship for the annotation | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| BicanAnnotation | cells | range | Cell | 
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:Cell | 
| native | cell_annotation_schema:Cell | 
LinkML Source
Direct
name: Cell
from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS
slots:
- cell_id
- confidence
- author_categories
Induced
name: Cell
from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS
attributes:
  cell_id:
    name: cell_id
    description: Identifier for a single cell.
    from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS
    rank: 1000
    alias: cell_id
    owner: Cell
    domain_of:
    - Cell
    range: string
    required: true
  confidence:
    name: confidence
    description: Normalised confidence score
    from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS
    rank: 1000
    alias: confidence
    owner: Cell
    domain_of:
    - Cell
    range: float
  author_categories:
    name: author_categories
    description: Categories of authorship for the annotation
    from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS
    rank: 1000
    alias: author_categories
    owner: Cell
    domain_of:
    - Cell
    range: string