meshi.util.dssp
Class DSSP
java.lang.Object
meshi.util.dssp.DSSP
public class DSSP
- extends java.lang.Object
|
Constructor Summary |
DSSP(java.lang.String dsspFileName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fileName
protected java.lang.String fileName
aa
private char[] aa
resNum
private int[] resNum
ss
private char[] ss
solvACC
private double[] solvACC
fullSol
private double[] fullSol
hbPrecentage
private double hbPrecentage
parallelPrecentage
private double parallelPrecentage
antyparallelPrecentage
private double antyparallelPrecentage
DSSP
public DSSP(java.lang.String dsspFileName)
printPresentage
public void printPresentage()
inList
public boolean inList(int res,
char[] SSlist)
notInEdge
public boolean notInEdge(int res)
SSofRes
public char SSofRes(int res)
AAofRes
public char AAofRes(int res)
ACCofRes
public double ACCofRes(int res)
relACCofRes
public double relACCofRes(int res)
getACC
public java.lang.String getACC()
getRelativeACC
public java.lang.String getRelativeACC()
getAA
public java.lang.String getAA()
printSS
public void printSS()
getSSInOneLine
public java.lang.String getSSInOneLine()
getSSInOneLineConventional
public java.lang.String getSSInOneLineConventional()
getNumberOfBetaResidues
public int getNumberOfBetaResidues()
readDSSP
public void readDSSP()
sequenceList
public SequenceList sequenceList()