Uses of Class
de.isas.mztab2.model.Metadata
-
Packages that use Metadata 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.io.validators This package contains implementations for validation of mzTab-M parts during parsing.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.model This package contains model classes for mzTab-M structural features like mandatory and optional columns.uk.ac.ebi.pride.jmztab2.utils.parser This package contains text file line parser implementations for the mzTab-M document sections. -
-
Uses of Metadata in de.isas.mztab2.io.serialization
Methods in de.isas.mztab2.io.serialization with parameters of type Metadata Modifier and Type Method Description voidMetadataSerializer. serialize(Metadata t, com.fasterxml.jackson.core.JsonGenerator jg, com.fasterxml.jackson.databind.SerializerProvider sp)Constructor parameters in de.isas.mztab2.io.serialization with type arguments of type Metadata Constructor Description MetadataSerializer(Class<Metadata> t)Constructor for MetadataSerializer. -
Uses of Metadata in de.isas.mztab2.io.validators
Methods in de.isas.mztab2.io.validators with parameters of type Metadata Modifier and Type Method Description List<MZTabError>AssayValidator. validateRefine(Metadata metadata, MZTabParserContext parserContext)List<MZTabError>CvValidator. validateRefine(Metadata metadata, MZTabParserContext parserContext)List<MZTabError>DatabaseValidator. validateRefine(Metadata metadata, MZTabParserContext parserContext)List<MZTabError>MsRunValidator. validateRefine(Metadata metadata, MZTabParserContext parserContext)List<MZTabError>MzTabIdValidator. validateRefine(Metadata metadata, MZTabParserContext parserContext)List<MZTabError>MzTabVersionValidator. validateRefine(Metadata metadata, MZTabParserContext parserContext)List<MZTabError>QuantificationMethodValidator. validateRefine(Metadata metadata, MZTabParserContext parserContext)List<MZTabError>SmallMoleculeFeatureQuantificationUnitValidator. validateRefine(Metadata metadata, MZTabParserContext parserContext)List<MZTabError>SmallMoleculeIdConfidenceMeasureValidator. validateRefine(Metadata metadata, MZTabParserContext parserContext)List<MZTabError>SmallMoleculeQuantificationUnitValidator. validateRefine(Metadata metadata, MZTabParserContext parserContext)List<MZTabError>SoftwareValidator. validateRefine(Metadata metadata, MZTabParserContext parserContext)List<MZTabError>StudyVariableValidator. validateRefine(Metadata metadata, MZTabParserContext parserContext) -
Uses of Metadata in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return Metadata Modifier and Type Method Description MetadataMetadata. addAssayItem(Assay assayItem)Add a single assayItem to the assay collection.MetadataMetadata. addColunitSmallMoleculeEvidenceItem(ColumnParameterMapping colunitSmallMoleculeEvidenceItem)Add a single colunitSmallMoleculeEvidenceItem to the colunitSmallMoleculeEvidence collection.MetadataMetadata. addColunitSmallMoleculeFeatureItem(ColumnParameterMapping colunitSmallMoleculeFeatureItem)Add a single colunitSmallMoleculeFeatureItem to the colunitSmallMoleculeFeature collection.MetadataMetadata. addColunitSmallMoleculeItem(ColumnParameterMapping colunitSmallMoleculeItem)Add a single colunitSmallMoleculeItem to the colunitSmallMolecule collection.MetadataMetadata. addContactItem(Contact contactItem)Add a single contactItem to the contact collection.MetadataMetadata. addCustomItem(Parameter customItem)Add a single customItem to the custom collection.MetadataMetadata. addCvItem(CV cvItem)Add a single cvItem to the cv collection.MetadataMetadata. addDatabaseItem(Database databaseItem)Add a single databaseItem to the database collection.MetadataMetadata. addDerivatizationAgentItem(Parameter derivatizationAgentItem)Add a single derivatizationAgentItem to the derivatizationAgent collection.MetadataMetadata. addExternalStudyUriItem(Uri externalStudyUriItem)Add a single externalStudyUriItem to the externalStudyUri collection.MetadataMetadata. addIdConfidenceMeasureItem(Parameter idConfidenceMeasureItem)Add a single idConfidenceMeasureItem to the idConfidenceMeasure collection.MetadataMetadata. addInstrumentItem(Instrument instrumentItem)Add a single instrumentItem to the instrument collection.MetadataMetadata. addMsRunItem(MsRun msRunItem)Add a single msRunItem to the msRun collection.MetadataMetadata. addPublicationItem(Publication publicationItem)Add a single publicationItem to the publication collection.MetadataMetadata. addSampleItem(Sample sampleItem)Add a single sampleItem to the sample collection.MetadataMetadata. addSampleProcessingItem(SampleProcessing sampleProcessingItem)Add a single sampleProcessingItem to the sampleProcessing collection.MetadataMetadata. addSoftwareItem(Software softwareItem)Add a single softwareItem to the software collection.MetadataMetadata. addStudyVariableItem(StudyVariable studyVariableItem)Add a single studyVariableItem to the studyVariable collection.MetadataMetadata. addUriItem(Uri uriItem)Add a single uriItem to the uri collection.MetadataMetadata. assay(List<Assay> assay)Builder method for assay.MetadataMetadata. colunitSmallMolecule(List<ColumnParameterMapping> colunitSmallMolecule)Builder method for colunitSmallMolecule.MetadataMetadata. colunitSmallMoleculeEvidence(List<ColumnParameterMapping> colunitSmallMoleculeEvidence)Builder method for colunitSmallMoleculeEvidence.MetadataMetadata. colunitSmallMoleculeFeature(List<ColumnParameterMapping> colunitSmallMoleculeFeature)Builder method for colunitSmallMoleculeFeature.MetadataMetadata. contact(List<Contact> contact)Builder method for contact.MetadataMetadata. custom(List<Parameter> custom)Builder method for custom.MetadataMetadata. cv(List<CV> cv)Builder method for cv.MetadataMetadata. database(List<Database> database)Builder method for database.MetadataMetadata. derivatizationAgent(List<Parameter> derivatizationAgent)Builder method for derivatizationAgent.MetadataMetadata. description(String description)Builder method for description.MetadataMetadata. externalStudyUri(List<Uri> externalStudyUri)Builder method for externalStudyUri.@NotNull @Valid MetadataMzTab. getMetadata()Get metadata.MetadataMetadata. idConfidenceMeasure(List<Parameter> idConfidenceMeasure)Builder method for idConfidenceMeasure.MetadataMetadata. instrument(List<Instrument> instrument)Builder method for instrument.MetadataMetadata. msRun(List<MsRun> msRun)Builder method for msRun.MetadataMetadata. mzTabID(String mzTabID)Builder method for mzTabID.MetadataMetadata. mzTabVersion(String mzTabVersion)Builder method for mzTabVersion.MetadataMetadata. prefix(Metadata.PrefixEnum prefix)Builder method for prefix.MetadataMetadata. publication(List<Publication> publication)Builder method for publication.MetadataMetadata. quantificationMethod(Parameter quantificationMethod)Builder method for quantificationMethod.MetadataMetadata. sample(List<Sample> sample)Builder method for sample.MetadataMetadata. sampleProcessing(List<SampleProcessing> sampleProcessing)Builder method for sampleProcessing.MetadataMetadata. smallMoleculeFeatureQuantificationUnit(Parameter smallMoleculeFeatureQuantificationUnit)Builder method for smallMoleculeFeatureQuantificationUnit.MetadataMetadata. smallMoleculeIdentificationReliability(Parameter smallMoleculeIdentificationReliability)Builder method for smallMoleculeIdentificationReliability.MetadataMetadata. smallMoleculeQuantificationUnit(Parameter smallMoleculeQuantificationUnit)Builder method for smallMoleculeQuantificationUnit.MetadataMetadata. software(List<Software> software)Builder method for software.MetadataMetadata. studyVariable(List<StudyVariable> studyVariable)Builder method for studyVariable.MetadataMetadata. title(String title)Builder method for title.MetadataMetadata. uri(List<Uri> uri)Builder method for uri.Methods in de.isas.mztab2.model with parameters of type Metadata Modifier and Type Method Description MzTabMzTab. metadata(Metadata metadata)Builder method for metadata.voidMzTab. setMetadata(Metadata metadata)Set metadata. -
Uses of Metadata in uk.ac.ebi.pride.jmztab2.model
Methods in uk.ac.ebi.pride.jmztab2.model with parameters of type Metadata Modifier and Type Method Description static List<SpectraRef>MZTabUtils. parseSpectraRefList(MZTabParserContext context, Metadata metadata, String target)Parse aSpectraReflist. -
Uses of Metadata in uk.ac.ebi.pride.jmztab2.utils.parser
Fields in uk.ac.ebi.pride.jmztab2.utils.parser declared as Metadata Modifier and Type Field Description protected MetadataMZTabDataLineParser. metadataprotected MetadataMZTabHeaderLineParser. metadataMethods in uk.ac.ebi.pride.jmztab2.utils.parser that return Metadata Modifier and Type Method Description MetadataMTDLineParser. getMetadata()Getter for the fieldmetadata.Methods in uk.ac.ebi.pride.jmztab2.utils.parser with parameters of type Metadata Modifier and Type Method Description AssayMZTabParserContext. addAssay(Metadata metadata, Assay assay)Add a assay into metadata.AssayMZTabParserContext. addAssayCustom(Metadata metadata, Integer id, Parameter param)Add a assay[id]-custom[i] into metadata.AssayMZTabParserContext. addAssayExternalUri(Metadata metadata, Integer id, URI location)Add a assay[id]-external_uri into metadata.AssayMZTabParserContext. addAssayMsRun(Metadata metadata, Integer id, MsRun msRun)Add assay[id]-ms_run_ref into metadata.AssayMZTabParserContext. addAssaySample(Metadata metadata, Integer id, Sample sample)Add assay[id]-sample_ref into metadata.ContactMZTabParserContext. addContact(Metadata metadata, Contact contact)Add a contact into metadata.ContactMZTabParserContext. addContactAffiliation(Metadata metadata, Integer id, String affiliation)Add contact[id]-affiliation.ContactMZTabParserContext. addContactEmail(Metadata metadata, Integer id, String email)Add contact[id]-emailContactMZTabParserContext. addContactName(Metadata metadata, Integer id, String name)Add contact[id]-name.CVMZTabParserContext. addCV(Metadata metadata, CV cv)Add a controlled vocabularies/ontologies into metadata.CVMZTabParserContext. addCVFullName(Metadata metadata, Integer id, String fullName)Add a cv[id]-full_name.CVMZTabParserContext. addCVLabel(Metadata metadata, Integer id, String label)Add a cv[id]-label.CVMZTabParserContext. addCVURI(Metadata metadata, Integer id, String uri)Add a cv[id]-uri.CVMZTabParserContext. addCVVersion(Metadata metadata, Integer id, String version)Add a cv[id]-version.DatabaseMZTabParserContext. addDatabase(Metadata metadata, Database database)addDatabase.DatabaseMZTabParserContext. addDatabasePrefix(Metadata metadata, Integer id, String valueLabel)addDatabasePrefix.DatabaseMZTabParserContext. addDatabaseUri(Metadata metadata, Integer id, URI checkURI)addDatabaseUri.DatabaseMZTabParserContext. addDatabaseVersion(Metadata metadata, Integer id, String version)addDatabaseVersion.InstrumentMZTabParserContext. addInstrument(Metadata metadata, Instrument instrument)Add a instrument[id] to metadata.InstrumentMZTabParserContext. addInstrumentAnalyzer(Metadata metadata, Integer id, Parameter analyzer)Add a parameter for instrument[id]-analyzer[i]InstrumentMZTabParserContext. addInstrumentDetector(Metadata metadata, Integer id, Parameter detector)Add a parameter for instrument[id]-detectorInstrumentMZTabParserContext. addInstrumentName(Metadata metadata, Integer id, Parameter name)Add a parameter for instrument[id]-nameInstrumentMZTabParserContext. addInstrumentSource(Metadata metadata, Integer id, Parameter source)Add a parameter for instrument[id]-sourceMsRunMZTabParserContext. addMsRun(Metadata metadata, MsRun msRun)Add a ms_run[id] into metadata.MsRunMZTabParserContext. addMsRunFormat(Metadata metadata, Integer id, Parameter format)Add ms_run[id]-format into metadata.MsRunMZTabParserContext. addMsRunFragmentationMethod(Metadata metadata, Integer id, Parameter fragmentationMethod)Add ms_run[id]-fragmentation_method into metadata.MsRunMZTabParserContext. addMsRunHash(Metadata metadata, Integer id, String hash)addMsRunHash.MsRunMZTabParserContext. addMsRunHashMethod(Metadata metadata, Integer id, Parameter hashMethod)addMsRunHashMethod.MsRunMZTabParserContext. addMsRunIdFormat(Metadata metadata, Integer id, Parameter idFormat)Add ms_run[id]-id_format into metadata.MsRunMZTabParserContext. addMsRunInstrumentRef(Metadata metadata, Integer id, Instrument instrument)Add ms_run[id]-instrument_ref into metadata.MsRunMZTabParserContext. addMsRunLocation(Metadata metadata, Integer id, URI location)Add ms_run[id]-location into metadata.MsRunMZTabParserContext. addMsRunScanPolarity(Metadata metadata, Integer id, Parameter scanPolarity)addMsRunScanPolarity.PublicationMZTabParserContext. addPublication(Metadata metadata, Publication publication)Add a publiction to metadata.PublicationMZTabParserContext. addPublicationItem(Metadata metadata, Integer id, PublicationItem.TypeEnum type, String accession)Add a publication item to metadata.PublicationMZTabParserContext. addPublicationItems(Metadata metadata, Integer id, Collection<PublicationItem> items)Add a couple of publication items into publication[id].SampleMZTabParserContext. addSample(Metadata metadata, Sample sample)Add a sample to metadata.SampleMZTabParserContext. addSampleCellType(Metadata metadata, Integer id, Parameter cellType)Add a sample[id]-cell_type into sample.SampleMZTabParserContext. addSampleCustom(Metadata metadata, Integer id, Parameter custom)Add a sample[id]-custom into sample.SampleMZTabParserContext. addSampleDescription(Metadata metadata, Integer id, String description)Add a sample[id]-description into sample.SampleMZTabParserContext. addSampleDisease(Metadata metadata, Integer id, Parameter disease)Add a sample[id]-disease into sample.SampleProcessingMZTabParserContext. addSampleProcessing(Metadata metadata, Integer id, List<Parameter> sampleProcessing)Add a sample_processing[id].SampleProcessingMZTabParserContext. addSampleProcessingParameter(Metadata metadata, Integer id, Parameter param)Add a processing parameter to sample_processing[id]SampleMZTabParserContext. addSampleSpecies(Metadata metadata, Integer id, Parameter species)Add a sample[id]-species into sample.SampleMZTabParserContext. addSampleTissue(Metadata metadata, Integer id, Parameter tissue)Add a sample[id]-tissue into sample.voidMZTabParserContext. addSmallMoleculeColUnit(Metadata metadata, String columnName, Parameter param)Defines the unit for the data reported in a column of the small molecule section.voidMZTabParserContext. addSmallMoleculeEvidenceColUnit(Metadata metadata, String columnName, Parameter param)Defines the unit for the data reported in a column of the small molecule section.voidMZTabParserContext. addSmallMoleculeFeatureColUnit(Metadata metadata, String columnName, Parameter param)Defines the unit for the data reported in a column of the small molecule section.SoftwareMZTabParserContext. addSoftware(Metadata metadata, Software software)Add a software to metadata, which used to analyze the data and obtain the reported results.SoftwareMZTabParserContext. addSoftwareParameter(Metadata metadata, Integer id, Parameter param)Add a software[id] parameter.SoftwareMZTabParserContext. addSoftwareSetting(Metadata metadata, Integer id, String setting)Add a software[id]-setting.StudyVariableMZTabParserContext. addStudyVariable(Metadata metadata, StudyVariable studyVariable)Add a study variable into metadata.StudyVariableMZTabParserContext. addStudyVariableAssay(Metadata metadata, Integer id, Assay assay)Add a study_variable[id]-assay_refs.StudyVariableMZTabParserContext. addStudyVariableAverageFunction(Metadata metadata, Integer id, Parameter checkParameter)Add a study_variable[id]-average_function.StudyVariableMZTabParserContext. addStudyVariableDescription(Metadata metadata, Integer id, String description)Add a study_variable[id]-description.StudyVariableMZTabParserContext. addStudyVariableFactors(Metadata metadata, Integer id, Parameter checkParameter)Add a study_variable[id]-factor.StudyVariableMZTabParserContext. addStudyVariableVariationFunction(Metadata metadata, Integer id, Parameter checkParameter)Add a study_variable[id]-variation_function.Constructors in uk.ac.ebi.pride.jmztab2.utils.parser with parameters of type Metadata Constructor Description MZTabDataLineParser(MZTabParserContext context, MZTabColumnFactory factory, PositionMapping positionMapping, Metadata metadata, MZTabErrorList errorList)Generate a mzTab data line parser.MZTabHeaderLineParser(MZTabParserContext context, MZTabColumnFactory factory, Metadata metadata)Parse a header line intoMZTabColumnFactorystructure.SEHLineParser(MZTabParserContext context, Metadata metadata)Constructor for SEHLineParser.SFHLineParser(MZTabParserContext context, Metadata metadata)Constructor for SFHLineParser.SMELineParser(MZTabParserContext context, MZTabColumnFactory factory, PositionMapping positionMapping, Metadata metadata, MZTabErrorList errorList)Constructor for SMELineParser.SMFLineParser(MZTabParserContext context, MZTabColumnFactory factory, PositionMapping positionMapping, Metadata metadata, MZTabErrorList errorList)Constructor for SMFLineParser.SMHLineParser(MZTabParserContext context, Metadata metadata)Constructor for SMHLineParser.SMLLineParser(MZTabParserContext context, MZTabColumnFactory factory, PositionMapping positionMapping, Metadata metadata, MZTabErrorList errorList)Constructor for SMLLineParser.
-