Class: ProteinPotential

Potential used for protein molecules.

URI: https://CCPBioSim.ac.uk/biosim-schema/ProteinPotential

         classDiagram
    class ProteinPotential
    click ProteinPotential href "../../classes/ProteinPotential/"
      ProteinPotential : modified
        
      ProteinPotential : protein_potential_name
        
          
    
        
        
        ProteinPotential --> "0..1" ProteinPotentialName : protein_potential_name
        click ProteinPotentialName href "../../enums/ProteinPotentialName/"
    

        
      
    

Slots

Name

Cardinality and Range

Description

Inheritance

protein_potential_name

0..1
ProteinPotentialName

Force field used to describe proteins

direct

modified

0..1
boolean

Has the initial model been modified from the original?

direct

Usages

used by

used in

type

used

PotentialMetadata

protein_potential

range

ProteinPotential

Identifier and Mapping Information

Schema Source

  • from schema: https://CCPBioSim.ac.uk/biosim-schema/

Mappings

Mapping Type

Mapped Value

self

https://CCPBioSim.ac.uk/biosim-schema/ProteinPotential

native

https://CCPBioSim.ac.uk/biosim-schema/ProteinPotential

LinkML Source

Direct

name: ProteinPotential
description: Potential used for protein molecules.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
slots:
- protein_potential_name
- modified

Induced

name: ProteinPotential
description: Potential used for protein molecules.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
attributes:
  protein_potential_name:
    name: protein_potential_name
    description: Force field used to describe proteins.
    from_schema: https://CCPBioSim.ac.uk/biosim-schema/
    rank: 1000
    owner: ProteinPotential
    domain_of:
    - ProteinPotential
    range: ProteinPotentialName
  modified:
    name: modified
    description: Has the initial model been modified from the original?
    from_schema: https://CCPBioSim.ac.uk/biosim-schema/
    rank: 1000
    owner: ProteinPotential
    domain_of:
    - MoleculeID
    - WaterPotential
    - ProteinPotential
    - LipidPotential
    - NucleicPotential
    - CarbohydratePotential
    - PolymerPotential
    - GeneralPotential
    - MachineLearnedPotential
    range: boolean