Skip to content

Class: FeatureMetric

Quantitative metrics associated with features.

URI: https://w3id.org/kbase/phagefoundry_strain_modelling/FeatureMetric

classDiagram class FeatureMetric click FeatureMetric href "../FeatureMetric/" FeatureMetric : feature_id FeatureMetric : id FeatureMetric : metric_name FeatureMetric : value

Slots

Name Cardinality and Range Description Inheritance
id 1
Integer
direct
feature_id 0..1
Integer
direct
metric_name 0..1
String
direct
value 0..1
Float
direct

Identifier and Mapping Information

Annotations

property value
source_table strainmodelling_feature_metric

Schema Source

  • from schema: https://w3id.org/kbase/phagefoundry_strain_modelling

Mappings

Mapping Type Mapped Value
self https://w3id.org/kbase/phagefoundry_strain_modelling/FeatureMetric
native https://w3id.org/kbase/phagefoundry_strain_modelling/FeatureMetric

LinkML Source

Direct

name: FeatureMetric
annotations:
  source_table:
    tag: source_table
    value: strainmodelling_feature_metric
description: Quantitative metrics associated with features.
from_schema: https://w3id.org/kbase/phagefoundry_strain_modelling
attributes:
  id:
    name: id
    from_schema: https://w3id.org/kbase/phagefoundry_strain_modelling
    identifier: true
    domain_of:
    - Organism
    - OrganismMetadata
    - Genome
    - GenomeSet
    - Sequence
    - Gene
    - Experiment
    - ExperimentMetadata
    - ExperimentMetric
    - Feature
    - FeatureMetric
    - FeatureInterval
    - Interaction
    - Interval
    - ProteinFamily
    range: integer
    required: true
  feature_id:
    name: feature_id
    comments:
    - Foreign key to Feature.id
    from_schema: https://w3id.org/kbase/phagefoundry_strain_modelling
    rank: 1000
    domain_of:
    - FeatureMetric
    - FeatureInterval
    - ProteinFamilyFeature
    range: integer
  metric_name:
    name: metric_name
    from_schema: https://w3id.org/kbase/phagefoundry_strain_modelling
    domain_of:
    - ExperimentMetric
    - FeatureMetric
    range: string
  value:
    name: value
    from_schema: https://w3id.org/kbase/phagefoundry_strain_modelling
    domain_of:
    - OrganismMetadata
    - ExperimentMetadata
    - ExperimentMetric
    - FeatureMetric
    range: float

Induced

name: FeatureMetric
annotations:
  source_table:
    tag: source_table
    value: strainmodelling_feature_metric
description: Quantitative metrics associated with features.
from_schema: https://w3id.org/kbase/phagefoundry_strain_modelling
attributes:
  id:
    name: id
    from_schema: https://w3id.org/kbase/phagefoundry_strain_modelling
    identifier: true
    alias: id
    owner: FeatureMetric
    domain_of:
    - Organism
    - OrganismMetadata
    - Genome
    - GenomeSet
    - Sequence
    - Gene
    - Experiment
    - ExperimentMetadata
    - ExperimentMetric
    - Feature
    - FeatureMetric
    - FeatureInterval
    - Interaction
    - Interval
    - ProteinFamily
    range: integer
    required: true
  feature_id:
    name: feature_id
    comments:
    - Foreign key to Feature.id
    from_schema: https://w3id.org/kbase/phagefoundry_strain_modelling
    rank: 1000
    alias: feature_id
    owner: FeatureMetric
    domain_of:
    - FeatureMetric
    - FeatureInterval
    - ProteinFamilyFeature
    range: integer
  metric_name:
    name: metric_name
    from_schema: https://w3id.org/kbase/phagefoundry_strain_modelling
    alias: metric_name
    owner: FeatureMetric
    domain_of:
    - ExperimentMetric
    - FeatureMetric
    range: string
  value:
    name: value
    from_schema: https://w3id.org/kbase/phagefoundry_strain_modelling
    alias: value
    owner: FeatureMetric
    domain_of:
    - OrganismMetadata
    - ExperimentMetadata
    - ExperimentMetric
    - FeatureMetric
    range: float