public class Fit3DMatch extends Object implements Comparable<Fit3DMatch>
Fit3D algorithms.| Modifier and Type | Field and Description |
|---|---|
static String |
CSV_HEADER |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Fit3DMatch other) |
String |
getAlignedSequence() |
StructuralMotif |
getCandidateMotif() |
Optional<Map<String,ECNumber>> |
getEcNumbers() |
StructuralMotif.Type |
getMatchType() |
Optional<Map<String,PfamIdentifier>> |
getPfamIdentifiers() |
double |
getPvalue() |
double |
getRmsd() |
String |
getStructureTitle() |
SubstructureSuperimposition |
getSubstructureSuperimposition() |
Optional<Map<String,UniProtIdentifier>> |
getUniProtIdentifiers() |
static Fit3DMatch |
of(double rmsd) |
static Fit3DMatch |
of(double rmsd,
SubstructureSuperimposition substructureSuperimposition) |
static Fit3DMatch |
of(double rmsd,
SubstructureSuperimposition substructureSuperimposition,
double pvalue) |
void |
setPvalue(double pvalue) |
String |
toCsvLine() |
String |
toString() |
public static final String CSV_HEADER
public static Fit3DMatch of(double rmsd)
public static Fit3DMatch of(double rmsd, SubstructureSuperimposition substructureSuperimposition)
public static Fit3DMatch of(double rmsd, SubstructureSuperimposition substructureSuperimposition, double pvalue)
public String getAlignedSequence()
public StructuralMotif getCandidateMotif()
public StructuralMotif.Type getMatchType()
public Optional<Map<String,UniProtIdentifier>> getUniProtIdentifiers()
public Optional<Map<String,PfamIdentifier>> getPfamIdentifiers()
public String getStructureTitle()
public SubstructureSuperimposition getSubstructureSuperimposition()
public double getRmsd()
public double getPvalue()
public void setPvalue(double pvalue)
public String toCsvLine()
public int compareTo(Fit3DMatch other)
compareTo in interface Comparable<Fit3DMatch>Copyright © 2018. All rights reserved.