public class AfpChainWriter extends Object
| Constructor and Description |
|---|
AfpChainWriter() |
| Modifier and Type | Method and Description |
|---|---|
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
|
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 static final String newline
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 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 toAlignedPairs(AFPChain afpChain, Atom[] ca1, Atom[] ca2)
152 A ALA 161S A VAL
Note that this format loses information about blocks.
afpChain - ca1 - ca2 - Copyright © 2000–2016 BioJava. All rights reserved.