public class DisplayAFP extends Object
| Constructor and Description | 
|---|
DisplayAFP()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Structure | 
createArtificalStructure(AFPChain afpChain,
                        Atom[] ca1,
                        Atom[] ca2)
Create a "fake" Structure objects that contains the two sets of atoms aligned on top of each other. 
 | 
static StructureAlignmentJmol | 
display(AFPChain afpChain,
       Group[] twistedGroups,
       Atom[] ca1,
       Atom[] ca2,
       List<Group> hetatms1,
       List<Group> hetatms2)
Note: ca2, hetatoms2 and nucleotides2 should not be rotated. 
 | 
static Atom[] | 
getAtomArray(Atom[] ca,
            List<Group> hetatms)
Returns the first atom for each group 
 | 
static Atom | 
getAtomForAligPos(AFPChain afpChain,
                 int chainNr,
                 int aligPos,
                 Atom[] ca,
                 boolean getPrevious)
Return the atom at alignment position aligPos. at the present only works with block 0 
 | 
static List<Integer> | 
getEQRAlignmentPos(AFPChain afpChain)  | 
static List<String> | 
getPDBresnum(int aligPos,
            AFPChain afpChain,
            Atom[] ca)
Return a list of pdb Strings corresponding to the aligned positions of the molecule. 
 | 
static void | 
showAlignmentImage(AFPChain afpChain,
                  String result)  | 
static void | 
showAlignmentPanel(AFPChain afpChain,
                  Atom[] ca1,
                  Atom[] ca2,
                  AbstractAlignmentJmol jmol)  | 
public DisplayAFP()
public static final List<Integer> getEQRAlignmentPos(AFPChain afpChain)
public static final List<String> getPDBresnum(int aligPos, AFPChain afpChain, Atom[] ca)
aligPos - afpChain - ca - public static final Atom getAtomForAligPos(AFPChain afpChain, int chainNr, int aligPos, Atom[] ca, boolean getPrevious) throws StructureException
chainNr - the number of the aligned pair. 0... first chain, 1... second chain.afpChain - an afpChain objectaligPos - position on the alignmentgetPrevious - gives the previous position if false, gives the next posible atomStructureExceptionpublic static final Atom[] getAtomArray(Atom[] ca, List<Group> hetatms) throws StructureException
ca - hetatms - StructureExceptionpublic static final StructureAlignmentJmol display(AFPChain afpChain, Group[] twistedGroups, Atom[] ca1, Atom[] ca2, List<Group> hetatms1, List<Group> hetatms2) throws StructureException
StructureExceptionpublic static void showAlignmentPanel(AFPChain afpChain, Atom[] ca1, Atom[] ca2, AbstractAlignmentJmol jmol) throws StructureException
StructureExceptionpublic static void showAlignmentImage(AFPChain afpChain, String result)
public static Structure createArtificalStructure(AFPChain afpChain, Atom[] ca1, Atom[] ca2) throws StructureException
afpChain - the container of the alignmentca1 - atoms for protein 1ca2 - atoms for protein 2StructureExceptionCopyright © 2000–2018 BioJava. All rights reserved.