Skip to content

Class: RestrictionAndLigationSource

Represents the source of a sequence that is generated by restriction and ligation

URI: opencloning_linkml:RestrictionAndLigationSource

classDiagram class RestrictionAndLigationSource click RestrictionAndLigationSource href "../RestrictionAndLigationSource" AssemblySource <|-- RestrictionAndLigationSource click AssemblySource href "../AssemblySource" RestrictionAndLigationSource : assembly RestrictionAndLigationSource --> "*" AssemblyFragment : assembly click AssemblyFragment href "../AssemblyFragment" RestrictionAndLigationSource : circular RestrictionAndLigationSource : database_id RestrictionAndLigationSource : id RestrictionAndLigationSource : input RestrictionAndLigationSource --> "*" Sequence : input click Sequence href "../Sequence" RestrictionAndLigationSource : output RestrictionAndLigationSource --> "0..1" Sequence : output click Sequence href "../Sequence" RestrictionAndLigationSource : output_name RestrictionAndLigationSource : restriction_enzymes RestrictionAndLigationSource : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
restriction_enzymes 1..*
String
direct
circular 0..1
Boolean
Whether the assembly is circular or not AssemblySource
assembly *
AssemblyFragment
A list of the fragments that are assembled, in order AssemblySource
input *
Sequence
The sequences that are an input to this source Source
output 0..1
Sequence
Identifier of the sequence that is the output of this source Source
type 0..1
String
Designates the class Source
output_name 0..1
String
Used to specify the name of the output sequence Source
database_id 0..1
Integer
The id of an entity in a database Source
id 1
Integer
A unique identifier for a thing NamedThing

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self opencloning_linkml:RestrictionAndLigationSource
native opencloning_linkml:RestrictionAndLigationSource

LinkML Source

Direct

name: RestrictionAndLigationSource
description: Represents the source of a sequence that is generated by restriction
  and ligation
from_schema: https://opencloning.github.io/OpenCloning_LinkML
is_a: AssemblySource
slots:
- restriction_enzymes
slot_usage:
  restriction_enzymes:
    name: restriction_enzymes
    required: true

Induced

name: RestrictionAndLigationSource
description: Represents the source of a sequence that is generated by restriction
  and ligation
from_schema: https://opencloning.github.io/OpenCloning_LinkML
is_a: AssemblySource
slot_usage:
  restriction_enzymes:
    name: restriction_enzymes
    required: true
attributes:
  restriction_enzymes:
    name: restriction_enzymes
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    exact_mappings:
    - OBI:0000732
    rank: 1000
    alias: restriction_enzymes
    owner: RestrictionAndLigationSource
    domain_of:
    - RestrictionAndLigationSource
    range: string
    required: true
    multivalued: true
  circular:
    name: circular
    description: Whether the assembly is circular or not
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    alias: circular
    owner: RestrictionAndLigationSource
    domain_of:
    - TemplateSequence
    - ManuallyTypedSource
    - AssemblySource
    range: boolean
  assembly:
    name: assembly
    description: A list of the fragments that are assembled, in order
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    alias: assembly
    owner: RestrictionAndLigationSource
    domain_of:
    - AssemblySource
    range: AssemblyFragment
    required: false
    multivalued: true
    inlined: true
    inlined_as_list: true
  input:
    name: input
    description: The sequences that are an input to this source. If the source represents
      external import of a sequence, it's empty.
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    slot_uri: schema:object
    alias: input
    owner: RestrictionAndLigationSource
    domain_of:
    - Source
    range: Sequence
    required: false
    multivalued: true
    inlined_as_list: false
  output:
    name: output
    description: Identifier of the sequence that is the output of this source.
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    slot_uri: schema:result
    alias: output
    owner: RestrictionAndLigationSource
    domain_of:
    - Source
    range: Sequence
    required: false
    inlined: false
  type:
    name: type
    description: Designates the class
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    designates_type: true
    alias: type
    owner: RestrictionAndLigationSource
    domain_of:
    - Sequence
    - Source
    - CollectionOptionInfo
    - AnnotationReport
    - AssociatedFile
    range: string
  output_name:
    name: output_name
    description: Used to specify the name of the output sequence
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    alias: output_name
    owner: RestrictionAndLigationSource
    domain_of:
    - Source
    range: string
    required: false
  database_id:
    name: database_id
    description: The id of an entity in a database
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    slot_uri: schema:identifier
    alias: database_id
    owner: RestrictionAndLigationSource
    domain_of:
    - Primer
    - Source
    - DatabaseSource
    range: integer
    required: false
  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: RestrictionAndLigationSource
    domain_of:
    - NamedThing
    - Sequence
    range: integer
    required: true