|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.biojava3.protmod.structure.ProteinModificationIdentifier
public class ProteinModificationIdentifier
Identify attachment modification in a 3-D structure.
| Constructor Summary | |
|---|---|
ProteinModificationIdentifier()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProteinModificationIdentifier()
| Method Detail |
|---|
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)
recordUnidentifiableAtomLinkages - 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||