public interface IonAnnotation
Modifier and Type | Method and Description |
---|---|
URL |
getAccessionURL()
getAccessionURL.
|
String |
getAnnotationId()
getAnnotationId.
|
org.openscience.cdk.interfaces.IAtomContainer |
getChemicalStructure()
getChemicalStructure.
|
String |
getDatabase()
getDatabase
|
String |
getDescription()
getDescription.
|
Double |
getExpectedMz()
getExpectedMz.
|
Float |
getExpectedRetentionTime()
getRetentionTime.
|
org.openscience.cdk.interfaces.IMolecularFormula |
getFormula()
Chemical formula annotation should include charge, e.g.
|
String |
getIdentificationMethod()
getIdentificationMethod.
|
String |
getInchiKey()
getInchiKey
|
IonType |
getIonType()
getIonType.
|
Integer |
getReliability()
Returns the reliability of the identification.
|
String |
getSpectraRef()
getSpectraRef
|
@Nullable org.openscience.cdk.interfaces.IAtomContainer getChemicalStructure()
getChemicalStructure.
@Nullable org.openscience.cdk.interfaces.IMolecularFormula getFormula()
Chemical formula annotation should include charge, e.g. C6H13O6+ or [C34H58N5O35P3]2-.
@Nullable Double getExpectedMz()
getExpectedMz.
@Nullable Float getExpectedRetentionTime()
getRetentionTime.
@Nullable String getDescription()
getDescription.
@Nullable String getIdentificationMethod()
getIdentificationMethod.
@Nullable URL getAccessionURL()
getAccessionURL.
@Nullable String getDatabase()
getDatabase
@Nullable String getSpectraRef()
getSpectraRef
@Nullable Integer getReliability()
Copyright © 2019. All rights reserved.