public class ProteinModificationIdentifier extends Object
| Constructor and Description |
|---|
ProteinModificationIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
Set<ModifiedCompound> |
getIdentifiedModifiedCompound() |
boolean |
getRecordAdditionalAttachments() |
boolean |
getRecordUnidentifiableCompounds() |
Set<StructureAtomLinkage> |
getUnidentifiableAtomLinkages() |
Set<StructureGroup> |
getUnidentifiableModifiedResidues() |
void |
identify(Chain chain)
Identify all registered modifications in a chain.
|
void |
identify(Chain chain,
Set<ProteinModification> potentialModifications)
Identify a set of modifications in a a chains.
|
void |
identify(List<Chain> chains)
Identify all registered modifications in chains.
|
void |
identify(List<Chain> chains,
Set<ProteinModification> potentialModifications)
Identify a set of modifications in a a list of chains.
|
void |
identify(Structure structure)
Identify all registered modifications in a structure.
|
void |
identify(Structure structure,
Set<ProteinModification> potentialModifications)
Identify a set of modifications in a structure.
|
void |
setbondLengthTolerance(double bondLengthTolerance) |
void |
setRecordAdditionalAttachments(boolean recordAdditionalAttachments) |
void |
setRecordUnidentifiableCompounds(boolean recordUnidentifiableModifiedCompounds) |
public ProteinModificationIdentifier()
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 Set<ModifiedCompound> getIdentifiedModifiedCompound()
ModifiedCompounds from
the last parse result.ModifiedCompoundpublic Set<StructureAtomLinkage> getUnidentifiableAtomLinkages()
ModifiedCompounds from the last parse result.
Each element of the list is a array containing two atoms.StructureAtomLinkage,
setRecordUnidentifiableCompounds(boolean)public Set<StructureGroup> getUnidentifiableModifiedResidues()
StructureGroup,
setRecordUnidentifiableCompounds(boolean),
getIdentifiedModifiedCompound()public void identify(Structure structure)
structure - public void identify(Structure structure, Set<ProteinModification> potentialModifications)
structure - query Structure.potentialModifications - query ProteinModifications.public void identify(Chain chain)
chain - query Chain.public void identify(List<Chain> chains)
chains - query Chains.public void identify(Chain chain, Set<ProteinModification> potentialModifications)
chain - query Chain.potentialModifications - query ProteinModifications.public void identify(List<Chain> chains, Set<ProteinModification> potentialModifications)
chains - query Chains.potentialModifications - query ProteinModifications.Copyright © 2000–2018 BioJava. All rights reserved.