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()
ModifiedCompound
s from
the last parse result.ModifiedCompound
public Set<StructureAtomLinkage> getUnidentifiableAtomLinkages()
ModifiedCompound
s 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 ProteinModification
s.public void identify(Chain chain)
chain
- query Chain
.public void identify(List<Chain> chains)
chains
- query Chain
s.public void identify(Chain chain, Set<ProteinModification> potentialModifications)
chain
- query Chain
.potentialModifications
- query ProteinModification
s.public void identify(List<Chain> chains, Set<ProteinModification> potentialModifications)
chains
- query Chain
s.potentialModifications
- query ProteinModification
s.Copyright © 2000–2019 BioJava. All rights reserved.