public class MultipleAlignmentDisplay extends Object
MultipleAlignments.
Currently supported: Alignment Panel Display, select aligned residues by PDB code, JmolPanel display.
| Constructor and Description |
|---|
MultipleAlignmentDisplay() |
| Modifier and Type | Method and Description |
|---|---|
static MultipleAlignmentJmol |
display(MultipleAlignment multAln)
Display a MultipleAlignment with a JmolPanel.
|
static List<String> |
getPDBresnum(int structNum,
MultipleAlignment multAln,
Atom[] ca)
Utility method used in the
MultipleAlignmentJmol panel, when the aligned residues of a
structure in the alignment have to be selected for formatting (coloring and style). |
static void |
showAlignmentImage(MultipleAlignment multAln,
String result)
Creates a new Frame with the String output representation of the
MultipleAlignment. |
static void |
showMultipleAligmentPanel(MultipleAlignment multAln,
AbstractAlignmentJmol jmol,
org.jcolorbrewer.ColorBrewer colorPattelete)
Creates a new Frame with the MultipleAlignment Sequence Panel.
|
public static final List<String> getPDBresnum(int structNum, MultipleAlignment multAln, Atom[] ca)
MultipleAlignmentJmol panel, when the aligned residues of a
structure in the alignment have to be selected for formatting (coloring and style).structNum - the structure index (row) of the alignmentmultAln - the MultipleAlignment that contains the equivalent positionsca - the atom array of the structure specified (corresponding to the structure index)public static void showMultipleAligmentPanel(MultipleAlignment multAln, AbstractAlignmentJmol jmol, org.jcolorbrewer.ColorBrewer colorPattelete) throws StructureException
multAln - jmol - colors - StructureExceptionpublic static void showAlignmentImage(MultipleAlignment multAln, String result)
MultipleAlignment.multAln - result - String outputpublic static MultipleAlignmentJmol display(MultipleAlignment multAln) throws StructureException
multAln - StructureExceptionCopyright © 2000-2015 BioJava. All Rights Reserved.