public class TertiaryBasePairParameters extends BasePairParameters
Modifier and Type | Field and Description |
---|---|
static double |
DEFAULT_MAX_PROPELLER |
static double |
DEFAULT_MAX_STAGGER |
BASE_LIST_DNA, BASE_LIST_RNA, BASE_MAP, canonical, nonredundant, pairingNames, pairingParameters, pairParameters, pairSequence, referenceFrames, RING_MAP, STANDARD_BASES, stepParameters, structure, useRNA
Constructor and Description |
---|
TertiaryBasePairParameters(Structure structure,
boolean RNA,
boolean removeDups) |
Modifier and Type | Method and Description |
---|---|
List<Pair<Group>> |
findPairs(List<Chain> chains)
This is an alternative implementation of findPair() that looks for anything that would fit the
criteria for a base-pair, useful for the context of tertiary structure of RNA.
|
double |
getMaxPropeller()
This method returns the maximum propeller twist between bases used as criteria for the characterization of two bases as being paired.
|
double |
getMaxStagger()
This method returns the maximum stagger between bases used as criteria for the characterization of two bases as being paired.
|
void |
setMaxPropeller(double maxPropeller)
This method sets the maximum propeller allowed for a base pair, prior to analyze() call
|
void |
setMaxStagger(double maxStagger)
This method sets the maximum stagger allowed for a base pair, prior to analyze() call
|
analyze, basePairReferenceFrame, calculateTp, complementBase, getBuckle, getLength, getNucleicChains, getOpening, getPairingNames, getPairingParameters, getPairSequence, getPropeller, getReferenceFrames, getRise, getRoll, getShear, getShift, getSlide, getStagger, getStepParameters, getStretch, getTilt, getTwist, match, toString
public static final double DEFAULT_MAX_STAGGER
public static final double DEFAULT_MAX_PROPELLER
public TertiaryBasePairParameters(Structure structure, boolean RNA, boolean removeDups)
public List<Pair<Group>> findPairs(List<Chain> chains)
findPairs
in class BasePairParameters
chains
- The list of chains already found to be nucleic acidspublic double getMaxStagger()
public void setMaxStagger(double maxStagger)
maxStagger
- The maximum stagger (in Å) allowed to consider two bases pairedpublic double getMaxPropeller()
public void setMaxPropeller(double maxPropeller)
maxPropeller
- The maximum propeller ("propeller-twist", in degrees) allowed to consider two bases pairedCopyright © 2000–2019 BioJava. All rights reserved.