Uses of Class
de.isas.mztab2.model.SmallMoleculeFeature
-
Packages that use SmallMoleculeFeature Package Description de.isas.mztab2.io.serialization This package contains classes that implement custom Jackson serializers for the mzTab-M model objects.de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification.uk.ac.ebi.pride.jmztab2.utils.parser This package contains text file line parser implementations for the mzTab-M document sections. -
-
Uses of SmallMoleculeFeature in de.isas.mztab2.io.serialization
Methods in de.isas.mztab2.io.serialization with parameters of type SmallMoleculeFeature Modifier and Type Method Description voidSmallMoleculeFeatureSerializer. serialize(SmallMoleculeFeature smallMoleculeFeature, com.fasterxml.jackson.core.JsonGenerator jg, com.fasterxml.jackson.databind.SerializerProvider sp)voidSmallMoleculeFeatureSerializer. serializeWithType(SmallMoleculeFeature value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers, com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)Constructor parameters in de.isas.mztab2.io.serialization with type arguments of type SmallMoleculeFeature Constructor Description SmallMoleculeFeatureSerializer(Class<SmallMoleculeFeature> t)Constructor for SmallMoleculeFeatureSerializer. -
Uses of SmallMoleculeFeature in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return SmallMoleculeFeature Modifier and Type Method Description SmallMoleculeFeatureSmallMoleculeFeature. abundanceAssay(List<Double> abundanceAssay)Builder method for abundanceAssay.SmallMoleculeFeatureSmallMoleculeFeature. addAbundanceAssayItem(Double abundanceAssayItem)Add a single abundanceAssayItem to the abundanceAssay collection.SmallMoleculeFeatureSmallMoleculeFeature. addCommentItem(Comment commentItem)Add a single commentItem to the comment collection.SmallMoleculeFeatureSmallMoleculeFeature. addOptItem(OptColumnMapping optItem)Add a single optItem to the opt collection.SmallMoleculeFeatureSmallMoleculeFeature. addSmeIdRefsItem(Integer smeIdRefsItem)Add a single smeIdRefsItem to the smeIdRefs collection.SmallMoleculeFeatureSmallMoleculeFeature. adductIon(String adductIon)Builder method for adductIon.SmallMoleculeFeatureSmallMoleculeFeature. charge(Integer charge)Builder method for charge.SmallMoleculeFeatureSmallMoleculeFeature. comment(List<Comment> comment)Builder method for comment.SmallMoleculeFeatureSmallMoleculeFeature. expMassToCharge(Double expMassToCharge)Builder method for expMassToCharge.SmallMoleculeFeatureSmallMoleculeFeature. isotopomer(Parameter isotopomer)Builder method for isotopomer.SmallMoleculeFeatureSmallMoleculeFeature. opt(List<OptColumnMapping> opt)Builder method for opt.SmallMoleculeFeatureSmallMoleculeFeature. retentionTimeInSeconds(Double retentionTimeInSeconds)Builder method for retentionTimeInSeconds.SmallMoleculeFeatureSmallMoleculeFeature. retentionTimeInSecondsEnd(Double retentionTimeInSecondsEnd)Builder method for retentionTimeInSecondsEnd.SmallMoleculeFeatureSmallMoleculeFeature. retentionTimeInSecondsStart(Double retentionTimeInSecondsStart)Builder method for retentionTimeInSecondsStart.SmallMoleculeFeatureSmallMoleculeFeature. smeIdRefAmbiguityCode(Integer smeIdRefAmbiguityCode)Builder method for smeIdRefAmbiguityCode.SmallMoleculeFeatureSmallMoleculeFeature. smeIdRefs(List<Integer> smeIdRefs)Builder method for smeIdRefs.SmallMoleculeFeatureSmallMoleculeFeature. smfId(Integer smfId)Builder method for smfId.Methods in de.isas.mztab2.model that return types with arguments of type SmallMoleculeFeature Modifier and Type Method Description List<SmallMoleculeFeature>MzTabAccess. getFeatures(SmallMoleculeSummary sms)Retrieve all small molecule features in order of definition for the provided small molecule summary.@NotNull @Valid List<SmallMoleculeFeature>MzTab. getSmallMoleculeFeature()The small molecule feature section is table-based, representing individual MS regions (generally considered to be the elution profile for all isotopomers formed from a single charge state of a molecule), that have been measured/quantified.Methods in de.isas.mztab2.model with parameters of type SmallMoleculeFeature Modifier and Type Method Description MzTabMzTab. addSmallMoleculeFeatureItem(SmallMoleculeFeature smallMoleculeFeatureItem)Add a single smallMoleculeFeatureItem to the smallMoleculeFeature collection.DoubleMzTabAccess. getAbundanceFor(Assay assay, SmallMoleculeFeature smf)Retrieves the abundance value for the provided assay and small molecule feature object.List<SmallMoleculeEvidence>MzTabAccess. getEvidences(SmallMoleculeFeature smf)Retrieve all small molecule evidences in order of definition for the provided small molecule feature.Method parameters in de.isas.mztab2.model with type arguments of type SmallMoleculeFeature Modifier and Type Method Description voidMzTab. setSmallMoleculeFeature(List<SmallMoleculeFeature> smallMoleculeFeature)Set smallMoleculeFeature.MzTabMzTab. smallMoleculeFeature(List<SmallMoleculeFeature> smallMoleculeFeature)Builder method for smallMoleculeFeature. -
Uses of SmallMoleculeFeature in uk.ac.ebi.pride.jmztab2.utils.parser
Methods in uk.ac.ebi.pride.jmztab2.utils.parser that return SmallMoleculeFeature Modifier and Type Method Description SmallMoleculeFeatureSMFLineParser. getRecord()Retrieve the data line to a type mzTab domain object.
-