public class AFPTwister extends Object
Constructor and Description |
---|
AFPTwister() |
Modifier and Type | Method and Description |
---|---|
static int |
afp2Res(AFPChain afpChain,
int afpn,
int[] afpPositions,
int listStart)
Set the list of equivalent residues in the two proteins given a list of
AFPs
WARNING: changes the values for FocusRes1, focusRes2 and FocusResn in
afpChain!
|
static Group[] |
twistOptimized(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2)
superimposing according to the optimized alignment
|
static Group[] |
twistPDB(AFPChain afpChain,
Atom[] ca1,
Atom[] ca2)
calculate the total rmsd of the blocks output a merged pdb file for both
proteins protein 1, in chain A protein 2 is twisted according to the
twists detected, in chain B
|
public AFPTwister()
public static Group[] twistPDB(AFPChain afpChain, Atom[] ca1, Atom[] ca2) throws StructureException
StructureException
public static Group[] twistOptimized(AFPChain afpChain, Atom[] ca1, Atom[] ca2) throws StructureException
afpChain
- ca1
- ca2
- StructureException
public static int afp2Res(AFPChain afpChain, int afpn, int[] afpPositions, int listStart)
afpChain
- the AFPChain to store resutsafpn
- nr of afpafpPositions
- listStart
- Copyright © 2000–2019 BioJava. All rights reserved.