Skip to content

Class: Sequence

Represents a sequence

  • NOTE: this is an abstract class and should not be instantiated directly

URI: bioschemas:DNA

classDiagram class Sequence click Sequence href "../Sequence" NamedThing <|-- Sequence click NamedThing href "../NamedThing" Sequence <|-- TemplateSequence click TemplateSequence href "../TemplateSequence" Sequence <|-- TextFileSequence click TextFileSequence href "../TextFileSequence" Sequence <|-- Primer click Primer href "../Primer" Sequence : id Sequence : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1
Integer
A unique identifier for a thing direct
type 0..1
String
Designates the class direct

Usages

used by used in type used
SourceInput sequence range Sequence
AssemblyFragment sequence range Sequence
CloningStrategy sequences range Sequence
AssociatedFile sequence_id range Sequence
SequencingFile sequence_id range Sequence

Identifier and Mapping Information

Schema Source

  • from schema: https://opencloning.github.io/OpenCloning_LinkML

Mappings

Mapping Type Mapped Value
self bioschemas:DNA
native opencloning_linkml:Sequence

LinkML Source

Direct

name: Sequence
description: Represents a sequence
from_schema: https://opencloning.github.io/OpenCloning_LinkML
is_a: NamedThing
abstract: true
slots:
- id
- type
class_uri: bioschemas:DNA

Induced

name: Sequence
description: Represents a sequence
from_schema: https://opencloning.github.io/OpenCloning_LinkML
is_a: NamedThing
abstract: true
attributes:
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: Sequence
    domain_of:
    - NamedThing
    - Sequence
    range: integer
    required: true
  type:
    name: type
    description: Designates the class
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    designates_type: true
    alias: type
    owner: Sequence
    domain_of:
    - Sequence
    - SourceInput
    - Source
    - CollectionOptionInfo
    - AnnotationReport
    - AssociatedFile
    range: string
class_uri: bioschemas:DNA