public class AfpChainWriter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
newline |
| 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,
java.lang.StringBuffer txt) |
static java.lang.String |
toAlignedPairs(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2)
Prints the alignment in the simplest form: a list of aligned residues.
|
static java.lang.String |
toCE(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2) |
static java.lang.String |
toDBSearchResult(AFPChain afpChain) |
static java.lang.String |
toFatCat(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2) |
static java.lang.String |
toFatCatCore(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2,
boolean printLegend,
boolean longHeader,
boolean showHTML,
boolean showAlignmentBlock)
Output in FatCatCore format
|
static java.lang.String |
toPrettyAlignment(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2,
boolean showHTML,
boolean showAlignmentBlock) |
static java.lang.String |
toRotMat(AFPChain afpChain) |
static java.lang.String |
toScoresList(AFPChain afpChain) |
static java.lang.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 java.lang.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 static java.lang.String toScoresList(AFPChain afpChain)
public static java.lang.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, java.lang.StringBuffer txt)
public static java.lang.String toWebSiteDisplay(AFPChain afpChain, Atom[] ca1, Atom[] ca2)
afpChain - ca1 - ca2 - public static java.lang.String toWebSiteDisplay(AFPChain afpChain, Atom[] ca1, Atom[] ca2, boolean showAlignmentBlock)
afpChain - ca1 - ca2 - public static java.lang.String toPrettyAlignment(AFPChain afpChain, Atom[] ca1, Atom[] ca2, boolean showHTML, boolean showAlignmentBlock)
public static java.lang.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 java.lang.String toDBSearchResult(AFPChain afpChain)
public static java.lang.String toRotMat(AFPChain afpChain)
Copyright © 2000-2020 BioJava. All Rights Reserved.