public class SiriusIonAnnotation extends SimpleIonAnnotation
Class SiriusIonAnnotation
This class extends SimpleIonAnnotation and adds several fields FTree - the result tree provided by Sirius experiment processed SMILES - the result string provided by FingerIdWebMethod, after computation of FingerprintCandidates DBLinks - map of DB name->id, shows where corresponding result element can be found (ex.: Pubchem: 3123) Score fields - score value from Sirius result or FingerId result objectsConstructor and Description |
---|
SiriusIonAnnotation() |
SiriusIonAnnotation(SiriusIonAnnotation master) |
Modifier and Type | Method and Description |
---|---|
SiriusIonAnnotation |
copy() |
de.unijena.bioinf.chemdb.DBLink[] |
getDBLinks() |
Double |
getFingerIdScore() |
de.unijena.bioinf.ChemistryBase.ms.ft.FTree |
getFTree() |
Double |
getSiriusScore() |
String |
getSMILES() |
void |
setDBLinks(de.unijena.bioinf.chemdb.DBLink[] links) |
void |
setFingerIdScore(Double score) |
void |
setFTree(de.unijena.bioinf.ChemistryBase.ms.ft.FTree ftree) |
void |
setSiriusScore(Double score) |
void |
setSMILES(String SMILES) |
getAccessionURL, getAnnotationId, getChemicalStructure, getDatabase, getDescription, getExpectedMz, getExpectedRetentionTime, getFormula, getIdentificationMethod, getInchiKey, getIonType, getReliability, getSpectraRef, setAccessionURL, setAnnotationId, setChemicalStructure, setDatabase, setDescription, setExpectedMz, setExpectedRetentionTime, setFormula, setIdentificationMethod, setInchiKey, setIonType, setReliability, setSpectraRef, toString
public SiriusIonAnnotation(SiriusIonAnnotation master)
public SiriusIonAnnotation()
public SiriusIonAnnotation copy()
public void setFTree(de.unijena.bioinf.ChemistryBase.ms.ft.FTree ftree)
public de.unijena.bioinf.ChemistryBase.ms.ft.FTree getFTree()
public void setSMILES(String SMILES)
public String getSMILES()
public void setDBLinks(de.unijena.bioinf.chemdb.DBLink[] links)
public de.unijena.bioinf.chemdb.DBLink[] getDBLinks()
public void setSiriusScore(Double score)
public Double getSiriusScore()
public void setFingerIdScore(Double score)
public Double getFingerIdScore()
Copyright © 2019. All rights reserved.