Uses of Interface
org.biojava.nbio.protmod.ProteinModification
- 
Packages that use ProteinModification Package Description org.biojava.nbio.protmod org.biojava.nbio.protmod.structure  - 
- 
Uses of ProteinModification in org.biojava.nbio.protmod
Classes in org.biojava.nbio.protmod that implement ProteinModification Modifier and Type Class Description classProteinModificationImplThis class contains information about a specific protein modification.Methods in org.biojava.nbio.protmod that return ProteinModification Modifier and Type Method Description static ProteinModificationProteinModificationRegistry. getById(String id)Methods in org.biojava.nbio.protmod that return types with arguments of type ProteinModification Modifier and Type Method Description static Set<ProteinModification>ProteinModificationRegistry. allModifications()static Set<ProteinModification>ProteinModificationRegistry. getByCategory(ModificationCategory cat)static Set<ProteinModification>ProteinModificationRegistry. getByComponent(Component comp1, Component... comps)Get ProteinModifications that involves one or more components.static Set<ProteinModification>ProteinModificationRegistry. getByKeyword(String keyword)static Set<ProteinModification>ProteinModificationRegistry. getByOccurrenceType(ModificationOccurrenceType occ)static Set<ProteinModification>ProteinModificationRegistry. getByPdbccId(String pdbccId)static Set<ProteinModification>ProteinModificationRegistry. getByPsimodId(String psimodId)static Set<ProteinModification>ProteinModificationRegistry. getByResidId(String residId)Methods in org.biojava.nbio.protmod with parameters of type ProteinModification Modifier and Type Method Description intProteinModificationImpl. compareTo(ProteinModification arg0)static voidProteinModificationRegistry. register(ProteinModification modification)Register a new ProteinModification.static voidProteinModificationRegistry. unregister(ProteinModification modification)Remove a modification from registry.Constructors in org.biojava.nbio.protmod with parameters of type ProteinModification Constructor Description Builder(ProteinModification copyFrom)Create a Builder from an existing ProteinModification. - 
Uses of ProteinModification in org.biojava.nbio.protmod.structure
Methods in org.biojava.nbio.protmod.structure that return ProteinModification Modifier and Type Method Description ProteinModificationModifiedCompound. getModification()ProteinModificationModifiedCompoundImpl. getModification()Methods in org.biojava.nbio.protmod.structure with parameters of type ProteinModification Modifier and Type Method Description voidModifiedCompound. setModification(ProteinModification modi)voidModifiedCompoundImpl. setModification(ProteinModification protmod)Method parameters in org.biojava.nbio.protmod.structure with type arguments of type ProteinModification Modifier and Type Method Description voidProteinModificationIdentifier. identify(List<Chain> chains, Set<ProteinModification> potentialModifications)Identify a set of modifications in a a list of chains.voidProteinModificationIdentifier. identify(Chain chain, Set<ProteinModification> potentialModifications)Identify a set of modifications in a a chains.voidProteinModificationIdentifier. identify(Structure structure, Set<ProteinModification> potentialModifications)Identify a set of modifications in a structure.Constructors in org.biojava.nbio.protmod.structure with parameters of type ProteinModification Constructor Description ModifiedCompoundImpl(ProteinModification modification, Collection<StructureAtomLinkage> linkages)ModifiedCompoundImpl(ProteinModification modification, StructureGroup modifiedResidue)Create a ModifiedCompoundImpl that has only one involved component. 
 -