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> hetatms,
List<Group> nucleotides,
List<Group> hetatms2,
List<Group> nucleotides2)
Note: ca2, hetatoms2 and nucleotides2 should not be rotated.
|
static Structure |
getAlignedStructure(Atom[] ca1,
Atom[] ca2)
Get an artifical Structure containing both chains.
|
static Atom[] |
getAtomArray(Atom[] ca,
List<Group> hetatms,
List<Group> nucleotides) |
static Atom |
getAtomForAligPos(AFPChain afpChain,
int chainNr,
int aligPos,
Atom[] ca,
boolean getPrevious)
return the atom at alignment position aligPos.
|
static int |
getBlockNrForAlignPos(AFPChain afpChain,
int aligPos)
Deprecated.
use AFPAlignmentDisplay.getBlockNrForAlignPos instead...
|
static List<Integer> |
getEQRAlignmentPos(AFPChain afpChain) |
static List<String> |
getPDBresnum(int aligPos,
AFPChain afpChain,
Atom[] ca) |
static void |
showAlignmentImage(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2,
StructureAlignmentJmol jmol) |
static void |
showAlignmentImage(AFPChain afpChain,
String result) |
public static final List<String> getPDBresnum(int aligPos, AFPChain afpChain, Atom[] ca)
@Deprecated public static int getBlockNrForAlignPos(AFPChain afpChain, int aligPos)
afpChain - aligPos - 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 Structure getAlignedStructure(Atom[] ca1, Atom[] ca2) throws StructureException
ca1 - ca2 - StructureExceptionpublic static final Atom[] getAtomArray(Atom[] ca, List<Group> hetatms, List<Group> nucleotides) throws StructureException
StructureExceptionpublic static final StructureAlignmentJmol display(AFPChain afpChain, Group[] twistedGroups, Atom[] ca1, Atom[] ca2, List<Group> hetatms, List<Group> nucleotides, List<Group> hetatms2, List<Group> nucleotides2) throws StructureException
StructureExceptionpublic static void showAlignmentImage(AFPChain afpChain, Atom[] ca1, Atom[] ca2, StructureAlignmentJmol jmol)
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-2015 BioJava. All Rights Reserved.