| Package | Description |
|---|---|
| de.bioforscher.singa.structure.algorithms.superimposition.fit3d | |
| de.bioforscher.singa.structure.algorithms.superimposition.fit3d.statistics |
| Modifier and Type | Method and Description |
|---|---|
static Fit3DMatch |
Fit3DMatch.of(double rmsd) |
static Fit3DMatch |
Fit3DMatch.of(double rmsd,
SubstructureSuperimposition substructureSuperimposition) |
static Fit3DMatch |
Fit3DMatch.of(double rmsd,
SubstructureSuperimposition substructureSuperimposition,
double pvalue) |
| Modifier and Type | Method and Description |
|---|---|
List<Fit3DMatch> |
Fit3DAlignmentBatch.getMatches()
Returns all matches of this Fit3D batch calculation.
|
List<Fit3DMatch> |
Fit3DSiteAlignment.getMatches() |
List<Fit3DMatch> |
Fit3D.getMatches()
Returns the matches that were found by this Fit3D search.
|
List<Fit3DMatch> |
Fit3DAlignment.getMatches()
Returns the computed matches of this Fit3D search.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Fit3DMatch.compareTo(Fit3DMatch other) |
| Modifier and Type | Method and Description |
|---|---|
void |
StarkEstimation.calculatePvalues(List<Fit3DMatch> matches) |
void |
StatisticalModel.calculatePvalues(List<Fit3DMatch> matches) |
void |
FofanovEstimation.calculatePvalues(List<Fit3DMatch> matches) |
Copyright © 2018. All rights reserved.