Constructor and Description |
---|
SequenceAlignmentCluster(QuatSymmetryParameters parameters) |
Modifier and Type | Method and Description |
---|---|
void |
addUniqueSequenceList(UniqueSequenceList sequenceList) |
Object |
clone() |
List<Atom[]> |
getAlignedCalphaAtoms() |
List<String> |
getChainIds() |
double |
getMaxSequenceIdentity() |
double |
getMinSequenceIdentity() |
List<Integer> |
getModelNumbers() |
PairwiseAlignment |
getPairwiseAlignment(SequenceAlignmentCluster other) |
int |
getSequenceAlignmentLength() |
int |
getSequenceCount() |
List<Integer> |
getStructureIds() |
List<UniqueSequenceList> |
getUniqueSequenceList() |
boolean |
identityMatch(Atom[] cAlphaAtoms,
String chainId,
int modelNumber,
int structureId,
String sequence)
Match a sequence to this cluster at 100% identity.
|
boolean |
isPseudoStoichiometric() |
void |
setMaxSequenceIdentity(double maxSequenceIdentity) |
void |
setMinSequenceIdentity(double minSequenceIdentity) |
String |
toString() |
public SequenceAlignmentCluster(QuatSymmetryParameters parameters)
public boolean isPseudoStoichiometric()
public double getMinSequenceIdentity()
public void setMinSequenceIdentity(double minSequenceIdentity)
public double getMaxSequenceIdentity()
public void setMaxSequenceIdentity(double maxSequenceIdentity)
public void addUniqueSequenceList(UniqueSequenceList sequenceList)
public int getSequenceCount()
public int getSequenceAlignmentLength()
public List<UniqueSequenceList> getUniqueSequenceList()
public boolean identityMatch(Atom[] cAlphaAtoms, String chainId, int modelNumber, int structureId, String sequence)
unique sequence list
.cAlphaAtoms
- chainId
- modelNumber
- structureId
- sequence
- public PairwiseAlignment getPairwiseAlignment(SequenceAlignmentCluster other)
Copyright © 2000–2016 BioJava. All rights reserved.