Skip to content

Class: ProteinFamily

Protein family grouping related proteins.

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

classDiagram class ProteinFamily click ProteinFamily href "../ProteinFamily/" ProteinFamily : description ProteinFamily : id ProteinFamily : name

Slots

Name Cardinality and Range Description Inheritance
id 1
Integer
direct
name 0..1
String
Protein family name/identifier direct
description 0..1
String
direct

Identifier and Mapping Information

Annotations

property value
source_table strainmodelling_protein_family

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ProteinFamily
annotations:
  source_table:
    tag: source_table
    value: strainmodelling_protein_family
description: Protein family grouping related proteins.
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
  name:
    name: name
    description: Protein family name/identifier
    from_schema: https://w3id.org/kbase/phagefoundry_strain_modelling
    domain_of:
    - Organism
    - Genome
    - GenomeSet
    - Sequence
    - Experiment
    - Feature
    - ProteinFamily
    range: string
  description:
    name: description
    from_schema: https://w3id.org/kbase/phagefoundry_strain_modelling
    domain_of:
    - Organism
    - GenomeSet
    - Experiment
    - ProteinFamily
    range: string

Induced

name: ProteinFamily
annotations:
  source_table:
    tag: source_table
    value: strainmodelling_protein_family
description: Protein family grouping related proteins.
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: ProteinFamily
    domain_of:
    - Organism
    - OrganismMetadata
    - Genome
    - GenomeSet
    - Sequence
    - Gene
    - Experiment
    - ExperimentMetadata
    - ExperimentMetric
    - Feature
    - FeatureMetric
    - FeatureInterval
    - Interaction
    - Interval
    - ProteinFamily
    range: integer
    required: true
  name:
    name: name
    description: Protein family name/identifier
    from_schema: https://w3id.org/kbase/phagefoundry_strain_modelling
    alias: name
    owner: ProteinFamily
    domain_of:
    - Organism
    - Genome
    - GenomeSet
    - Sequence
    - Experiment
    - Feature
    - ProteinFamily
    range: string
  description:
    name: description
    from_schema: https://w3id.org/kbase/phagefoundry_strain_modelling
    alias: description
    owner: ProteinFamily
    domain_of:
    - Organism
    - GenomeSet
    - Experiment
    - ProteinFamily
    range: string