Skip to content

Class: BGCAnalysis

Analysis result for a BGC.

URI: https://w3id.org/jgi/smc/BGCAnalysis

classDiagram class BGCAnalysis click BGCAnalysis href "../BGCAnalysis/" BGCAnalysis : analysis_tool_id BGCAnalysis : bgc_id BGCAnalysis : id BGCAnalysis : result

Slots

Name Cardinality and Range Description Inheritance
id 1
Integer
direct
bgc_id 0..1
Integer
direct
analysis_tool_id 0..1
Integer
direct
result 0..1
String
direct

Identifier and Mapping Information

Annotations

property value
source_table bgc_analysis

Schema Source

  • from schema: https://w3id.org/jgi/smc

Mappings

Mapping Type Mapped Value
self https://w3id.org/jgi/smc/BGCAnalysis
native https://w3id.org/jgi/smc/BGCAnalysis

LinkML Source

Direct

name: BGCAnalysis
annotations:
  source_table:
    tag: source_table
    value: bgc_analysis
description: Analysis result for a BGC.
from_schema: https://w3id.org/jgi/smc
attributes:
  id:
    name: id
    from_schema: https://w3id.org/jgi/smc
    identifier: true
    domain_of:
    - BGC
    - BGCClass
    - BGCAnalysis
    - BGCAnalysisToSecmetFile
    - BGCAnnotation
    - AnalysisTool
    - Contig
    - Gene
    - Collection
    - CollectionMember
    - Comment
    - Blog
    - Activity
    - ApiUsage
    range: integer
    required: true
  bgc_id:
    name: bgc_id
    comments:
    - Foreign key to BGC.id
    from_schema: https://w3id.org/jgi/smc
    domain_of:
    - BGCToBGCClass
    - BGCAnalysis
    - BGCAnnotation
    range: integer
  analysis_tool_id:
    name: analysis_tool_id
    comments:
    - Foreign key to AnalysisTool.id
    from_schema: https://w3id.org/jgi/smc
    rank: 1000
    domain_of:
    - BGCAnalysis
    range: integer
  result:
    name: result
    from_schema: https://w3id.org/jgi/smc
    rank: 1000
    domain_of:
    - BGCAnalysis
    range: string

Induced

name: BGCAnalysis
annotations:
  source_table:
    tag: source_table
    value: bgc_analysis
description: Analysis result for a BGC.
from_schema: https://w3id.org/jgi/smc
attributes:
  id:
    name: id
    from_schema: https://w3id.org/jgi/smc
    identifier: true
    alias: id
    owner: BGCAnalysis
    domain_of:
    - BGC
    - BGCClass
    - BGCAnalysis
    - BGCAnalysisToSecmetFile
    - BGCAnnotation
    - AnalysisTool
    - Contig
    - Gene
    - Collection
    - CollectionMember
    - Comment
    - Blog
    - Activity
    - ApiUsage
    range: integer
    required: true
  bgc_id:
    name: bgc_id
    comments:
    - Foreign key to BGC.id
    from_schema: https://w3id.org/jgi/smc
    alias: bgc_id
    owner: BGCAnalysis
    domain_of:
    - BGCToBGCClass
    - BGCAnalysis
    - BGCAnnotation
    range: integer
  analysis_tool_id:
    name: analysis_tool_id
    comments:
    - Foreign key to AnalysisTool.id
    from_schema: https://w3id.org/jgi/smc
    rank: 1000
    alias: analysis_tool_id
    owner: BGCAnalysis
    domain_of:
    - BGCAnalysis
    range: integer
  result:
    name: result
    from_schema: https://w3id.org/jgi/smc
    rank: 1000
    alias: result
    owner: BGCAnalysis
    domain_of:
    - BGCAnalysis
    range: string