|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.biojava.bio.structure.align.model.AfpChainWriter
public class AfpChainWriter
A class to convert the data in an AfpChain object to various String outputs.
| Field Summary | |
|---|---|
static java.lang.String |
newline
|
| Constructor Summary | |
|---|---|
AfpChainWriter()
|
|
| Method Summary | |
|---|---|
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 |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String newline
| Constructor Detail |
|---|
public AfpChainWriter()
| Method Detail |
|---|
public static java.lang.String toFatCat(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2)
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 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 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)
public static java.lang.String toCE(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||