Package | Description |
---|---|
org.biojava.nbio.structure.align |
Classes for the alignment of structures.
|
org.biojava.nbio.structure.align.ce |
Classes related to the implementation of the CE alignment algorithm, here called jCE.
|
org.biojava.nbio.structure.align.fatcat |
Classes related to the implementation of the FATCAT alignment algorithm, here called jFATCAT.
|
org.biojava.nbio.structure.align.gui | |
org.biojava.nbio.structure.align.multiple.mc | |
org.biojava.nbio.structure.align.seq |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStructureAlignment |
class |
BioJavaStructureAlignment
Wrapper for the BioJava Structure Alignment Implementation
|
Modifier and Type | Method and Description |
---|---|
StructureAlignment |
MultiThreadedDBSearch.getAlgorithm() |
static StructureAlignment |
StructureAlignmentFactory.getAlgorithm(String name) |
static StructureAlignment[] |
StructureAlignmentFactory.getAllAlgorithms() |
Modifier and Type | Method and Description |
---|---|
static void |
StructureAlignmentFactory.addAlgorithm(StructureAlignment alg)
Adds a new StructureAlignment algorithm to the list.
|
void |
MultiThreadedDBSearch.setAlgorithm(StructureAlignment algo) |
Constructor and Description |
---|
MultiThreadedDBSearch(String name,
Structure structure,
String outFile,
StructureAlignment algorithm,
int nrCPUs,
boolean domainSplit) |
Modifier and Type | Class and Description |
---|---|
class |
CeCPMain
A wrapper for
CeMain which sets default parameters to be appropriate for finding
circular permutations. |
class |
CeMain
The main class of the Java implementation of the Combinatorial Extension Algorithm (CE),
as has been originally developed by I.
|
class |
CeSideChainMain |
class |
OptimalCECPMain
A wrapper for
CeMain which sets default parameters to be appropriate for finding
circular permutations. |
Modifier and Type | Method and Description |
---|---|
StructureAlignment |
CeSideChainUserArgumentProcessor.getAlgorithm() |
StructureAlignment |
CeCPUserArgumentProcessor.getAlgorithm() |
StructureAlignment |
CeUserArgumentProcessor.getAlgorithm() |
abstract StructureAlignment |
AbstractUserArgumentProcessor.getAlgorithm() |
Modifier and Type | Class and Description |
---|---|
class |
FatCatFlexible |
class |
FatCatRigid |
Modifier and Type | Method and Description |
---|---|
StructureAlignment |
FatCatUserArgumentProcessor.getAlgorithm() |
Modifier and Type | Method and Description |
---|---|
StructureAlignment |
AlignmentCalcDB.getAlgorithm() |
StructureAlignment |
MultipleAlignmentGUI.getPairwiseStructureAligner() |
StructureAlignment |
DBSearchGUI.getStructureAlignment() |
StructureAlignment |
AlignmentGui.getStructureAlignment() |
Modifier and Type | Method and Description |
---|---|
void |
AlignmentCalcDB.setAlgorithm(StructureAlignment algo) |
Constructor and Description |
---|
MultipleMcMain(StructureAlignment pairwiseAlgo)
Default constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SmithWaterman3Daligner
Provides a 3D superimposition of two structures based on their sequence
alignment.
|
Modifier and Type | Method and Description |
---|---|
StructureAlignment |
SmithWatermanUserArgumentProcessor.getAlgorithm() |
Copyright © 2000–2019 BioJava. All rights reserved.