Uses of Class
org.episteme.natural.biology.Protein
Packages that use Protein
Package
Description
BioPAX loader for biological pathways and networks.
PDBML loader for Protein Data Bank macromolecular structures.
-
Uses of Protein in org.episteme.natural.biology.loaders
Subclasses with type arguments of type Protein in org.episteme.natural.biology.loadersModifier and TypeClassDescriptionclassProtein Data Bank (PDB) loader and exporter.classWriter for PDB files.Methods in org.episteme.natural.biology.loaders that return ProteinModifier and TypeMethodDescriptionprotected ProteinPDBReader.loadFromSource(String path) static ProteinParses PDB content into a Protein object.Methods in org.episteme.natural.biology.loaders that return types with arguments of type ProteinMethods in org.episteme.natural.biology.loaders with parameters of type Protein -
Uses of Protein in org.episteme.natural.biology.loaders.biopax
Methods in org.episteme.natural.biology.loaders.biopax that return ProteinModifier and TypeMethodDescriptionBioPAXBridge.convertProtein(BioPAXPhysicalEntity entity) Converts BioPAX protein to Episteme Protein. -
Uses of Protein in org.episteme.natural.biology.loaders.pdbml
Methods in org.episteme.natural.biology.loaders.pdbml that return ProteinModifier and TypeMethodDescriptionPDBMLBridge.toProtein(PDBMLStructure pdbModel) Converts PDBML structure to Episteme Protein.