public class AfpChainWriter extends Object
Constructor and Description |
---|
AfpChainWriter() |
Modifier and Type | Method and Description |
---|---|
static void |
printScoresInLines(AFPChain afpChain,
int blockNum,
int optLength,
double totalRmsdOpt,
double alignScore,
int alnLength,
int gapLen,
double identity,
double similarity,
StringBuffer txt) |
static String |
toAlignedPairs(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2)
Prints the alignment in the simplest form: a list of aligned residues.
|
static String |
toCE(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2) |
static String |
toDBSearchResult(AFPChain afpChain) |
static String |
toFatCat(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2) |
static String |
toFatCatCore(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2,
boolean printLegend,
boolean longHeader,
boolean showHTML,
boolean showAlignmentBlock)
Output in FatCatCore format
Note that if a circular permutation has occured the residue numbers may
be innaccurate.
|
static String |
toPrettyAlignment(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2,
boolean showHTML,
boolean showAlignmentBlock) |
static String |
toRotMat(AFPChain afpChain) |
static String |
toScoresList(AFPChain afpChain) |
static String |
toWebSiteDisplay(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2)
Prints the afpChain as a nicely formatted alignment, including alignment
statistics, the aligned sequences themselves, and information about the
superposition.
|
static String |
toWebSiteDisplay(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2,
boolean showAlignmentBlock)
Prints the afpChain as a nicely formatted alignment, including alignment
statistics, the aligned sequences themselves, and information about the
superposition.
|
public AfpChainWriter()
public static String toScoresList(AFPChain afpChain)
public static String toFatCatCore(AFPChain afpChain, Atom[] ca1, Atom[] ca2, boolean printLegend, boolean longHeader, boolean showHTML, boolean showAlignmentBlock)
Note that if a circular permutation has occured the residue numbers may be innaccurate.
afpChain
- ca1
- ca2
- printLegend
- longHeader
- showHTML
- showAlignmentBlock
- public static void printScoresInLines(AFPChain afpChain, int blockNum, int optLength, double totalRmsdOpt, double alignScore, int alnLength, int gapLen, double identity, double similarity, StringBuffer txt)
public static String toWebSiteDisplay(AFPChain afpChain, Atom[] ca1, Atom[] ca2)
afpChain
- ca1
- ca2
- public static String toWebSiteDisplay(AFPChain afpChain, Atom[] ca1, Atom[] ca2, boolean showAlignmentBlock)
afpChain
- ca1
- ca2
- public static String toPrettyAlignment(AFPChain afpChain, Atom[] ca1, Atom[] ca2, boolean showHTML, boolean showAlignmentBlock)
public static String toAlignedPairs(AFPChain afpChain, Atom[] ca1, Atom[] ca2)
152 A ALA 161S A VAL
Note that this format loses information about blocks.
afpChain
- ca1
- ca2
- public static String toDBSearchResult(AFPChain afpChain)
Copyright © 2000–2019 BioJava. All rights reserved.