public class ProteinModificationIdentifier
extends java.lang.Object
| Constructor | Description |
|---|---|
ProteinModificationIdentifier() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
destroy() |
|
java.util.Set<ModifiedCompound> |
getIdentifiedModifiedCompound() |
|
boolean |
getRecordAdditionalAttachments() |
|
boolean |
getRecordUnidentifiableCompounds() |
|
java.util.Set<StructureAtomLinkage> |
getUnidentifiableAtomLinkages() |
|
java.util.Set<StructureGroup> |
getUnidentifiableModifiedResidues() |
|
void |
identify(java.util.List<Chain> chains) |
Identify all registered modifications in chains.
|
void |
identify(java.util.List<Chain> chains,
java.util.Set<ProteinModification> potentialModifications) |
Identify a set of modifications in a a list of chains.
|
void |
identify(Chain chain) |
Identify all registered modifications in a chain.
|
void |
identify(Chain chain,
java.util.Set<ProteinModification> potentialModifications) |
Identify a set of modifications in a a chains.
|
void |
identify(Structure structure) |
Identify all registered modifications in a structure.
|
void |
identify(Structure structure,
java.util.Set<ProteinModification> potentialModifications) |
Identify a set of modifications in a structure.
|
void |
setbondLengthTolerance(double bondLengthTolerance) |
|
void |
setRecordAdditionalAttachments(boolean recordAdditionalAttachments) |
|
void |
setRecordUnidentifiableCompounds(boolean recordUnidentifiableModifiedCompounds) |
public void destroy()
public void setbondLengthTolerance(double bondLengthTolerance)
bondLengthTolerance - tolerance of error (in Angstroms) of the
covalent bond length, when calculating the atom distance threshold.public void setRecordUnidentifiableCompounds(boolean recordUnidentifiableModifiedCompounds)
recordUnidentifiableModifiedCompounds - true if choosing to record unidentifiable
atoms; false, otherwise.getRecordUnidentifiableCompounds(),
getUnidentifiableModifiedResidues(),
getUnidentifiableAtomLinkages()public boolean getRecordUnidentifiableCompounds()
setRecordUnidentifiableCompounds(boolean),
getUnidentifiableModifiedResidues(),
getUnidentifiableAtomLinkages()public void setRecordAdditionalAttachments(boolean recordAdditionalAttachments)
recordAdditionalAttachments - true if choosing to record additional attachments
that are not directly attached to a modified residue.getRecordAdditionalAttachments()public boolean getRecordAdditionalAttachments()
setRecordAdditionalAttachments(boolean)public java.util.Set<ModifiedCompound> getIdentifiedModifiedCompound()
ModifiedCompounds from
the last parse result.ModifiedCompoundpublic java.util.Set<StructureAtomLinkage> getUnidentifiableAtomLinkages()
ModifiedCompounds from the last parse result.
Each element of the list is a array containing two atoms.StructureAtomLinkage,
setRecordUnidentifiableCompounds(boolean)public java.util.Set<StructureGroup> getUnidentifiableModifiedResidues()
StructureGroup,
setRecordUnidentifiableCompounds(boolean),
getIdentifiedModifiedCompound()public void identify(Structure structure)
structure - public void identify(Structure structure, java.util.Set<ProteinModification> potentialModifications)
structure - query Structure.potentialModifications - query ProteinModifications.public void identify(Chain chain)
chain - query Chain.public void identify(java.util.List<Chain> chains)
chains - query Chains.public void identify(Chain chain, java.util.Set<ProteinModification> potentialModifications)
chain - query Chain.potentialModifications - query ProteinModifications.public void identify(java.util.List<Chain> chains, java.util.Set<ProteinModification> potentialModifications)
chains - query Chains.potentialModifications - query ProteinModifications.