Uses of Interface
org.biojava.nbio.protmod.ProteinModification
-
Uses of ProteinModification in org.biojava.nbio.protmod
Modifier and TypeClassDescriptionclass
This class contains information about a specific protein modification.Modifier and TypeMethodDescriptionstatic 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) Modifier and TypeMethodDescriptionint
ProteinModificationImpl.compareTo
(ProteinModification arg0) static void
ProteinModificationRegistry.register
(ProteinModification modification) Register a new ProteinModification.static void
ProteinModificationRegistry.unregister
(ProteinModification modification) Remove a modification from registry.ModifierConstructorDescriptionBuilder
(ProteinModification copyFrom) Create a Builder from an existing ProteinModification. -
Uses of ProteinModification in org.biojava.nbio.protmod.structure
Modifier and TypeMethodDescriptionModifiedCompound.getModification()
ModifiedCompoundImpl.getModification()
Modifier and TypeMethodDescriptionvoid
ModifiedCompound.setModification
(ProteinModification modi) void
ModifiedCompoundImpl.setModification
(ProteinModification protmod) Modifier and TypeMethodDescriptionvoid
ProteinModificationIdentifier.identify
(List<Chain> chains, Set<ProteinModification> potentialModifications) Identify a set of modifications in a a list of chains.void
ProteinModificationIdentifier.identify
(Chain chain, Set<ProteinModification> potentialModifications) Identify a set of modifications in a a chains.void
ProteinModificationIdentifier.identify
(Structure structure, Set<ProteinModification> potentialModifications) Identify a set of modifications in a structure.ModifierConstructorDescriptionModifiedCompoundImpl
(ProteinModification modification, Collection<StructureAtomLinkage> linkages) ModifiedCompoundImpl
(ProteinModification modification, StructureGroup modifiedResidue) Create a ModifiedCompoundImpl that has only one involved component.