Uses of Class
de.isas.mztab2.model.MzTab
-
Packages that use MzTab Package Description de.isas.lipidomics.mztab2.validation This package contains classes that provide the basic validator infrastructure used in the jmztabm-validation module.de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification. -
-
Uses of MzTab in de.isas.lipidomics.mztab2.validation
Methods in de.isas.lipidomics.mztab2.validation with parameters of type MzTab Modifier and Type Method Description List<ValidationMessage>
MzTabValidator. validate(MzTab mzTab)
static List<ValidationMessage>
MzTabValidator. validate(MzTab mzTab, ValidationMessage.MessageTypeEnum validationLevel, Validator<MzTab>... validators)
Validate the given mzTab object, filtering messages that are of a lower level than the given one. -
Uses of MzTab in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return MzTab Modifier and Type Method Description MzTab
MzTab. addCommentItem(Comment commentItem)
Add a single commentItem to the comment collection.MzTab
MzTab. addSmallMoleculeEvidenceItem(SmallMoleculeEvidence smallMoleculeEvidenceItem)
Add a single smallMoleculeEvidenceItem to the smallMoleculeEvidence collection.MzTab
MzTab. addSmallMoleculeFeatureItem(SmallMoleculeFeature smallMoleculeFeatureItem)
Add a single smallMoleculeFeatureItem to the smallMoleculeFeature collection.MzTab
MzTab. addSmallMoleculeSummaryItem(SmallMoleculeSummary smallMoleculeSummaryItem)
Add a single smallMoleculeSummaryItem to the smallMoleculeSummary collection.MzTab
MzTab. comment(List<Comment> comment)
Builder method for comment.MzTab
MzTab. metadata(Metadata metadata)
Builder method for metadata.MzTab
MzTab. smallMoleculeEvidence(List<SmallMoleculeEvidence> smallMoleculeEvidence)
Builder method for smallMoleculeEvidence.MzTab
MzTab. smallMoleculeFeature(List<SmallMoleculeFeature> smallMoleculeFeature)
Builder method for smallMoleculeFeature.MzTab
MzTab. smallMoleculeSummary(List<SmallMoleculeSummary> smallMoleculeSummary)
Builder method for smallMoleculeSummary.Constructors in de.isas.mztab2.model with parameters of type MzTab Constructor Description MzTabAccess(MzTab mzTab)
Create an MzTabAccess object for the provided mzTab object.
-