Uses of Interface
org.biojava.nbio.protmod.ProteinModification
Packages that use ProteinModification
-
Uses of ProteinModification in org.biojava.nbio.protmod
Classes in org.biojava.nbio.protmod that implement ProteinModificationModifier and TypeClassDescriptionclass
This class contains information about a specific protein modification.Methods in org.biojava.nbio.protmod that return ProteinModificationMethods in org.biojava.nbio.protmod that return types with arguments of type ProteinModificationModifier 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) Methods in org.biojava.nbio.protmod with parameters of type ProteinModificationModifier 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.Constructors in org.biojava.nbio.protmod with parameters of type ProteinModificationModifierConstructorDescriptionBuilder
(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 ProteinModificationModifier and TypeMethodDescriptionModifiedCompound.getModification()
ModifiedCompoundImpl.getModification()
Methods in org.biojava.nbio.protmod.structure with parameters of type ProteinModificationModifier and TypeMethodDescriptionvoid
ModifiedCompound.setModification
(ProteinModification modi) void
ModifiedCompoundImpl.setModification
(ProteinModification protmod) Method parameters in org.biojava.nbio.protmod.structure with type arguments of type ProteinModificationModifier 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.Constructors in org.biojava.nbio.protmod.structure with parameters of type ProteinModificationModifierConstructorDescriptionModifiedCompoundImpl
(ProteinModification modification, Collection<StructureAtomLinkage> linkages) ModifiedCompoundImpl
(ProteinModification modification, StructureGroup modifiedResidue) Create a ModifiedCompoundImpl that has only one involved component.