Uses of Class
org.episteme.natural.biology.loaders.biopax.BioPAXPhysicalEntity
Packages that use BioPAXPhysicalEntity
Package
Description
BioPAX loader for biological pathways and networks.
-
Uses of BioPAXPhysicalEntity in org.episteme.natural.biology.loaders.biopax
Methods in org.episteme.natural.biology.loaders.biopax that return BioPAXPhysicalEntityMethods in org.episteme.natural.biology.loaders.biopax that return types with arguments of type BioPAXPhysicalEntityModifier and TypeMethodDescriptionBioPAXModel.getEntities()BioPAXBiochemicalReaction.getLeft()BioPAXModel.getProteins()BioPAXBiochemicalReaction.getRight()Methods in org.episteme.natural.biology.loaders.biopax with parameters of type BioPAXPhysicalEntityModifier and TypeMethodDescriptionvoidBioPAXModel.addEntity(BioPAXPhysicalEntity e) voidBioPAXBiochemicalReaction.addLeft(BioPAXPhysicalEntity e) voidBioPAXBiochemicalReaction.addRight(BioPAXPhysicalEntity e) BioPAXBridge.convertProtein(BioPAXPhysicalEntity entity) Converts BioPAX protein to Episteme Protein.BioPAXBridge.convertSmallMolecule(BioPAXPhysicalEntity entity) Converts BioPAX small molecule to Episteme Molecule.voidBioPAXCatalysis.setController(BioPAXPhysicalEntity c)