Skip to content

Class: Contig

A contig (derived from the word "contiguous") is a set of DNA segments or sequences that overlap in a way that provides a contiguous representation of a genomic region. A contig should not contain any gaps.

URI: kb_cdm:Contig

classDiagram class Contig click Contig href "../Contig" UniqueNamedThing <|-- Contig click UniqueNamedThing href "../UniqueNamedThing" Contig : contig_id Contig : description Contig : gc_content Contig : hash Contig : identifiers Contig --> "*" Identifier : identifiers click Identifier href "../Identifier" Contig : length Contig : names Contig --> "*" Name : names click Name href "../Name"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
contig_id 1
UUID
Internal (CDM) unique identifier direct
gc_content 0..1
Float
GC content of the contig, expressed as a percentage direct
length 0..1
Integer
Length of the contig in bp direct
hash 0..1
String
A hash value generated from one or more object attributes that serves to ensu... UniqueNamedThing
identifiers *
Identifier
URIs or CURIEs used to refer to this entity NamedThingWithId
description 0..1
String
Definition or description of the entity NamedThing
names *
Name
Names, alternative names, and synonyms for an entity NamedThing

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/kbase/cdm-schema

Mappings

Mapping Type Mapped Value
self kb_cdm:Contig
native kb_cdm:Contig

LinkML Source

Direct

name: Contig
description: A contig (derived from the word "contiguous") is a set of DNA segments
  or sequences that overlap in a way that provides a contiguous representation of
  a genomic region. A contig should not contain any gaps.
from_schema: https://github.com/kbase/cdm-schema
is_a: UniqueNamedThing
attributes:
  contig_id:
    name: contig_id
    description: Internal (CDM) unique identifier.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    identifier: true
    domain_of:
    - Contig
    range: UUID
    required: true
  gc_content:
    name: gc_content
    description: GC content of the contig, expressed as a percentage.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    domain_of:
    - Contig
    range: float
  length:
    name: length
    description: Length of the contig in bp.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    domain_of:
    - Contig
    - Protein
    range: integer

Induced

name: Contig
description: A contig (derived from the word "contiguous") is a set of DNA segments
  or sequences that overlap in a way that provides a contiguous representation of
  a genomic region. A contig should not contain any gaps.
from_schema: https://github.com/kbase/cdm-schema
is_a: UniqueNamedThing
attributes:
  contig_id:
    name: contig_id
    description: Internal (CDM) unique identifier.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    identifier: true
    alias: contig_id
    owner: Contig
    domain_of:
    - Contig
    range: UUID
    required: true
  gc_content:
    name: gc_content
    description: GC content of the contig, expressed as a percentage.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: gc_content
    owner: Contig
    domain_of:
    - Contig
    range: float
  length:
    name: length
    description: Length of the contig in bp.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: length
    owner: Contig
    domain_of:
    - Contig
    - Protein
    range: integer
  hash:
    name: hash
    description: A hash value generated from one or more object attributes that serves
      to ensure the entity is unique.
    from_schema: https://github.com/kbase/cdm-schema
    alias: hash
    owner: Contig
    domain_of:
    - UniqueNamedThing
    range: string
  identifiers:
    name: identifiers
    description: URIs or CURIEs used to refer to this entity.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: identifiers
    owner: Contig
    domain_of:
    - NamedThingWithId
    range: Identifier
    multivalued: true
  description:
    name: description
    description: Definition or description of the entity.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: description
    owner: Contig
    domain_of:
    - NamedThing
    - Event
    - Experiment
    - Identifier
    - Name
    - Project
    - Protein
    - Sample
    range: string
  names:
    name: names
    description: Names, alternative names, and synonyms for an entity.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: names
    owner: Contig
    domain_of:
    - NamedThing
    range: Name
    multivalued: true