Uses of Class
de.isas.mztab2.model.Parameter
-
Packages that use Parameter Package Description de.isas.lipidomics.mztab2.validation.validators This package contains custom validators that implement thede.isas.mztab2.cvmapping This package contains classes for controlled vocabulary term access, comparison, results and external cv parameter resolution.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.de.isas.mztab2.validation This package contains interfaces and implementations for the semantic validation via CvTerms.de.isas.mztab2.validation.handlers This package contains implementations for the semantic validation controlled vocabulary term rules.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 Parameter in de.isas.lipidomics.mztab2.validation.validators
Methods in de.isas.lipidomics.mztab2.validation.validators with parameters of type Parameter Modifier and Type Method Description default booleanParameterValidator. isValid(Parameter parameter, javax.validation.ConstraintValidatorContext context) -
Uses of Parameter in de.isas.mztab2.cvmapping
Methods in de.isas.mztab2.cvmapping that return Parameter Modifier and Type Method Description static ParameterCvMappingUtils. asParameter(CvTerm term)static ParameterCvMappingUtils. asParameter(uk.ac.ebi.pride.utilities.ols.web.service.model.Term term)Methods in de.isas.mztab2.cvmapping that return types with arguments of type Parameter Modifier and Type Method Description List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,Parameter>>RemoveUserParams. handleSelection(List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,Parameter>> selection)List<Parameter>CvParameterLookupService. resolveChildren(Parameter parameter)Resolve all children of a parameter up to an arbitrary depth.List<Parameter>CvParameterLookupService. resolveChildren(Parameter parameter, int levels)Resolve all children of a parameter up to a given maximum depth (1 meaning immediate children, -1 meaning all).List<Parameter>CvParameterLookupService. resolveParents(Parameter parameter)Resolve all parents of parameter up to an arbitrary depth (actually height, since we go from bottom to top).List<Parameter>CvParameterLookupService. resolveParents(Parameter parameter, int levels)Resolve all parents of a parameter up to a given maximum depth (1 meaning the immediate parents, -1 meaning all).Methods in de.isas.mztab2.cvmapping with parameters of type Parameter Modifier and Type Method Description ParameterComparisonResultCvParameterLookupService. isChildOfOrSame(Parameter parent, Parameter potentialChild)Compares two parameters for their parent to child relationship.static booleanCvMappingUtils. isEqualTo(Parameter one, Parameter two)static booleanCvMappingUtils. isEqualTo(uk.ac.ebi.pride.utilities.ols.web.service.model.Term term, Parameter param)List<Parameter>CvParameterLookupService. resolveChildren(Parameter parameter)Resolve all children of a parameter up to an arbitrary depth.List<Parameter>CvParameterLookupService. resolveChildren(Parameter parameter, int levels)Resolve all children of a parameter up to a given maximum depth (1 meaning immediate children, -1 meaning all).List<Parameter>CvParameterLookupService. resolveParents(Parameter parameter)Resolve all parents of parameter up to an arbitrary depth (actually height, since we go from bottom to top).List<Parameter>CvParameterLookupService. resolveParents(Parameter parameter, int levels)Resolve all parents of a parameter up to a given maximum depth (1 meaning the immediate parents, -1 meaning all).Method parameters in de.isas.mztab2.cvmapping with type arguments of type Parameter Modifier and Type Method Description List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,Parameter>>RemoveUserParams. handleSelection(List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,Parameter>> selection) -
Uses of Parameter in de.isas.mztab2.io.serialization
Methods in de.isas.mztab2.io.serialization with parameters of type Parameter Modifier and Type Method Description static voidSerializers. addSubElementParameter(com.fasterxml.jackson.core.JsonGenerator jg, String prefix, Object element, String subElementName, Parameter subElement)addSubElementParameter.StringParameterConverter. convert(Parameter in)Method parameters in de.isas.mztab2.io.serialization with type arguments of type Parameter Modifier and Type Method Description static voidSerializers. addLineWithParameters(com.fasterxml.jackson.core.JsonGenerator jg, String prefix, Object element, List<Parameter> parameterList)addLineWithParameters.static voidSerializers. addLineWithPropertyParameters(com.fasterxml.jackson.core.JsonGenerator jg, String prefix, String propertyName, Object element, List<Parameter> value)addLineWithPropertyParameters.static voidSerializers. addSubElementParameters(com.fasterxml.jackson.core.JsonGenerator jg, String prefix, Object element, String subElementName, List<Parameter> subElements, boolean oneLine)addSubElementParameters. -
Uses of Parameter in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return Parameter Modifier and Type Method Description ParameterParameter. cvAccession(String cvAccession)Builder method for cvAccession.ParameterParameter. cvLabel(String cvLabel)Builder method for cvLabel.ParameterParameter. elementType(String elementType)@Valid ParameterStudyVariable. getAverageFunction()The function used to calculate summarised small molecule quantities over the assays referenced by this study variable.@Valid ParameterSmallMoleculeSummary. getBestIdConfidenceMeasure()The approach or database search that identified this small molecule with highest confidence.@Valid ParameterSmallMoleculeEvidence. getDerivatizedForm()If a derivatized form has been analysed by MS, then the functional group attached to the molecule should be reported here using suitable userParam or CV terms as appropriate.@Valid ParameterInstrument. getDetector()The instrument's detector, as defined by the parameter.@Valid ParameterMsRun. getFormat()The msRun's file format.@Valid ParameterMsRun. getHashMethod()The hash method used to calculate the file hash.@NotNull @Valid ParameterSmallMoleculeEvidence. getIdentificationMethod()The database search, search engine or process that was used to identify this small molecule e.g. the name of software, database or manual curation etc.@Valid ParameterMsRun. getIdFormat()The msRun's mass spectra id format.@Valid ParameterSmallMoleculeFeature. getIsotopomer()If de-isotoping has not been performed, then the isotopomer quantified MUST be reported here e.g. “+1”, “+2”, “13C peak” using CV terms, otherwise (i.e. for approaches where SMF rows are de-isotoped features) this MUST be null.@NotNull @Valid ParameterSmallMoleculeEvidence. getMsLevel()The highest MS level used to inform identification e.g.@Valid ParameterInstrument. getName()Get name.@NotNull @Valid ParameterColumnParameterMapping. getParam()The parameter specifying the unit.@NotNull @Valid ParameterDatabase. getParam()The parameter to identify this database.@Valid ParameterOptColumnMapping. getParam()The (optional) parameter for this column.@Valid ParameterSoftware. getParameter()Parameter defining the software being used.@NotNull @Valid ParameterMetadata. getQuantificationMethod()The quantification method used in the experiment reported in the file.@NotNull @Valid ParameterMetadata. getSmallMoleculeFeatureQuantificationUnit()Defines what type of units are reported in the small molecule feature quantification / abundance fields.@Valid ParameterMetadata. getSmallMoleculeIdentificationReliability()The system used for giving reliability / confidence codes to small molecule identifications MUST be specified if not using the default codes.@NotNull @Valid ParameterMetadata. getSmallMoleculeQuantificationUnit()Defines what type of units are reported in the small molecule summary quantification / abundance fields.@Valid ParameterInstrument. getSource()The instrument's source, as defined by the parameter.@Valid ParameterStudyVariable. getVariationFunction()The function used to calculate the variation of small molecule quantities over the assays referenced by this study variable.ParameterParameter. id(Integer id)ParameterParameter. name(String name)Builder method for name.ParameterParameter. value(String value)Builder method for value.Methods in de.isas.mztab2.model that return types with arguments of type Parameter Modifier and Type Method Description @Valid List<Parameter>Instrument. getAnalyzer()The instrument's mass analyzer, as defined by the parameter.@Valid List<Parameter>Sample. getCellType()Biological cell type information on the sample.@Valid List<Parameter>Assay. getCustom()Additional user or cv parameters.@Valid List<Parameter>Metadata. getCustom()Any additional parameters describing the analysis reported.@Valid List<Parameter>Sample. getCustom()Additional user or cv parameters.@Valid List<Parameter>Metadata. getDerivatizationAgent()A description of derivatization agents applied to small molecules, using userParams or CV terms where possible.@Valid List<Parameter>Sample. getDisease()Disease information on the sample.@Valid List<Parameter>StudyVariable. getFactors()Parameters indicating which factors were used for the assays referenced by this study variable, and at which levels.@Valid List<Parameter>MsRun. getFragmentationMethod()The fragmentation methods applied during this msRun.@NotNull @Valid List<Parameter>Metadata. getIdConfidenceMeasure()The type of small molecule confidence measures or scores MUST be reported as a CV parameter [1-n].@Valid List<Parameter>SampleProcessing. getSampleProcessing()Parameters specifiying sample processing that was applied within one step.@Valid List<Parameter>MsRun. getScanPolarity()The scan polarity/polarities used during this msRun.@Valid List<Parameter>Sample. getSpecies()Biological species information on the sample.@Valid List<Parameter>Sample. getTissue()Biological tissue information on the sample.Methods in de.isas.mztab2.model with parameters of type Parameter Modifier and Type Method Description InstrumentInstrument. addAnalyzerItem(Parameter analyzerItem)Add a single analyzerItem to the analyzer collection.SampleSample. addCellTypeItem(Parameter cellTypeItem)Add a single cellTypeItem to the cellType collection.AssayAssay. addCustomItem(Parameter customItem)Add a single customItem to the custom collection.MetadataMetadata. addCustomItem(Parameter customItem)Add a single customItem to the custom collection.SampleSample. addCustomItem(Parameter customItem)Add a single customItem to the custom collection.MetadataMetadata. addDerivatizationAgentItem(Parameter derivatizationAgentItem)Add a single derivatizationAgentItem to the derivatizationAgent collection.SampleSample. addDiseaseItem(Parameter diseaseItem)Add a single diseaseItem to the disease collection.StudyVariableStudyVariable. addFactorsItem(Parameter factorsItem)Add a single factorsItem to the factors collection.MsRunMsRun. addFragmentationMethodItem(Parameter fragmentationMethodItem)Add a single fragmentationMethodItem to the fragmentationMethod collection.MetadataMetadata. addIdConfidenceMeasureItem(Parameter idConfidenceMeasureItem)Add a single idConfidenceMeasureItem to the idConfidenceMeasure collection.SampleProcessingSampleProcessing. addSampleProcessingItem(Parameter sampleProcessingItem)Add a single sampleProcessingItem to the sampleProcessing collection.MsRunMsRun. addScanPolarityItem(Parameter scanPolarityItem)Add a single scanPolarityItem to the scanPolarity collection.SampleSample. addSpeciesItem(Parameter speciesItem)Add a single speciesItem to the species collection.SampleSample. addTissueItem(Parameter tissueItem)Add a single tissueItem to the tissue collection.StudyVariableStudyVariable. averageFunction(Parameter averageFunction)Builder method for averageFunction.SmallMoleculeSummarySmallMoleculeSummary. bestIdConfidenceMeasure(Parameter bestIdConfidenceMeasure)Builder method for bestIdConfidenceMeasure.SmallMoleculeEvidenceSmallMoleculeEvidence. derivatizedForm(Parameter derivatizedForm)Builder method for derivatizedForm.InstrumentInstrument. detector(Parameter detector)Builder method for detector.MsRunMsRun. format(Parameter format)Builder method for format.MsRunMsRun. hashMethod(Parameter hashMethod)Builder method for hashMethod.SmallMoleculeEvidenceSmallMoleculeEvidence. identificationMethod(Parameter identificationMethod)Builder method for identificationMethod.MsRunMsRun. idFormat(Parameter idFormat)Builder method for idFormat.SmallMoleculeFeatureSmallMoleculeFeature. isotopomer(Parameter isotopomer)Builder method for isotopomer.SmallMoleculeEvidenceSmallMoleculeEvidence. msLevel(Parameter msLevel)Builder method for msLevel.InstrumentInstrument. name(Parameter name)Builder method for name.ColumnParameterMappingColumnParameterMapping. param(Parameter param)Builder method for param.DatabaseDatabase. param(Parameter param)Builder method for param.OptColumnMappingOptColumnMapping. param(Parameter param)Builder method for param.SoftwareSoftware. parameter(Parameter parameter)Builder method for parameter.MetadataMetadata. quantificationMethod(Parameter quantificationMethod)Builder method for quantificationMethod.voidStudyVariable. setAverageFunction(Parameter averageFunction)Set averageFunction.voidSmallMoleculeSummary. setBestIdConfidenceMeasure(Parameter bestIdConfidenceMeasure)Set bestIdConfidenceMeasure.voidSmallMoleculeEvidence. setDerivatizedForm(Parameter derivatizedForm)Set derivatizedForm.voidInstrument. setDetector(Parameter detector)Set detector.voidMsRun. setFormat(Parameter format)Set format.voidMsRun. setHashMethod(Parameter hashMethod)Set hashMethod.voidSmallMoleculeEvidence. setIdentificationMethod(Parameter identificationMethod)Set identificationMethod.voidMsRun. setIdFormat(Parameter idFormat)Set idFormat.voidSmallMoleculeFeature. setIsotopomer(Parameter isotopomer)Set isotopomer.voidSmallMoleculeEvidence. setMsLevel(Parameter msLevel)Set msLevel.voidInstrument. setName(Parameter name)Set name.voidColumnParameterMapping. setParam(Parameter param)Set param.voidDatabase. setParam(Parameter param)Set param.voidOptColumnMapping. setParam(Parameter param)Set param.voidSoftware. setParameter(Parameter parameter)Set parameter.voidMetadata. setQuantificationMethod(Parameter quantificationMethod)Set quantificationMethod.voidMetadata. setSmallMoleculeFeatureQuantificationUnit(Parameter smallMoleculeFeatureQuantificationUnit)Set smallMoleculeFeatureQuantificationUnit.voidMetadata. setSmallMoleculeIdentificationReliability(Parameter smallMoleculeIdentificationReliability)Set smallMoleculeIdentificationReliability.voidMetadata. setSmallMoleculeQuantificationUnit(Parameter smallMoleculeQuantificationUnit)Set smallMoleculeQuantificationUnit.voidInstrument. setSource(Parameter source)Set source.voidStudyVariable. setVariationFunction(Parameter variationFunction)Set variationFunction.MetadataMetadata. smallMoleculeFeatureQuantificationUnit(Parameter smallMoleculeFeatureQuantificationUnit)Builder method for smallMoleculeFeatureQuantificationUnit.MetadataMetadata. smallMoleculeIdentificationReliability(Parameter smallMoleculeIdentificationReliability)Builder method for smallMoleculeIdentificationReliability.MetadataMetadata. smallMoleculeQuantificationUnit(Parameter smallMoleculeQuantificationUnit)Builder method for smallMoleculeQuantificationUnit.InstrumentInstrument. source(Parameter source)Builder method for source.StudyVariableStudyVariable. variationFunction(Parameter variationFunction)Builder method for variationFunction.Method parameters in de.isas.mztab2.model with type arguments of type Parameter Modifier and Type Method Description InstrumentInstrument. analyzer(List<Parameter> analyzer)Builder method for analyzer.SampleSample. cellType(List<Parameter> cellType)Builder method for cellType.AssayAssay. custom(List<Parameter> custom)Builder method for custom.MetadataMetadata. custom(List<Parameter> custom)Builder method for custom.SampleSample. custom(List<Parameter> custom)Builder method for custom.MetadataMetadata. derivatizationAgent(List<Parameter> derivatizationAgent)Builder method for derivatizationAgent.SampleSample. disease(List<Parameter> disease)Builder method for disease.StudyVariableStudyVariable. factors(List<Parameter> factors)Builder method for factors.MsRunMsRun. fragmentationMethod(List<Parameter> fragmentationMethod)Builder method for fragmentationMethod.MetadataMetadata. idConfidenceMeasure(List<Parameter> idConfidenceMeasure)Builder method for idConfidenceMeasure.SampleProcessingSampleProcessing. sampleProcessing(List<Parameter> sampleProcessing)Builder method for sampleProcessing.MsRunMsRun. scanPolarity(List<Parameter> scanPolarity)Builder method for scanPolarity.voidInstrument. setAnalyzer(List<Parameter> analyzer)Set analyzer.voidSample. setCellType(List<Parameter> cellType)Set cellType.voidAssay. setCustom(List<Parameter> custom)Set custom.voidMetadata. setCustom(List<Parameter> custom)Set custom.voidSample. setCustom(List<Parameter> custom)Set custom.voidMetadata. setDerivatizationAgent(List<Parameter> derivatizationAgent)Set derivatizationAgent.voidSample. setDisease(List<Parameter> disease)Set disease.voidStudyVariable. setFactors(List<Parameter> factors)Set factors.voidMsRun. setFragmentationMethod(List<Parameter> fragmentationMethod)Set fragmentationMethod.voidMetadata. setIdConfidenceMeasure(List<Parameter> idConfidenceMeasure)Set idConfidenceMeasure.voidSampleProcessing. setSampleProcessing(List<Parameter> sampleProcessing)Set sampleProcessing.voidMsRun. setScanPolarity(List<Parameter> scanPolarity)Set scanPolarity.voidSample. setSpecies(List<Parameter> species)Set species.voidSample. setTissue(List<Parameter> tissue)Set tissue.SampleSample. species(List<Parameter> species)Builder method for species.SampleSample. tissue(List<Parameter> tissue)Builder method for tissue. -
Uses of Parameter in de.isas.mztab2.validation
Methods in de.isas.mztab2.validation that return types with arguments of type Parameter Modifier and Type Method Description List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,Parameter>>CvTermSelectionHandler. handleSelection(List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,Parameter>> selection)Handle the provided selection, e.g. by filtering it or by modifying elements therein.Method parameters in de.isas.mztab2.validation with type arguments of type Parameter Modifier and Type Method Description RuleEvaluationResultCvRuleHandler. handleRule(CvMappingRule rule, List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,Parameter>> filteredSelection)Handle the provided rule according to the implementor's logic.List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,Parameter>>CvTermSelectionHandler. handleSelection(List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,Parameter>> selection)Handle the provided selection, e.g. by filtering it or by modifying elements therein. -
Uses of Parameter in de.isas.mztab2.validation.handlers
Method parameters in de.isas.mztab2.validation.handlers with type arguments of type Parameter Modifier and Type Method Description List<ValidationMessage>EmptyRuleHandler. handleRule(CvMappingRule rule, List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,Parameter>> selection)RuleEvaluationResultResolvingCvRuleHandler. handleRule(CvMappingRule rule, List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,Parameter>> filteredSelection) -
Uses of Parameter in uk.ac.ebi.pride.jmztab2.model
Methods in uk.ac.ebi.pride.jmztab2.model that return Parameter Modifier and Type Method Description static ParameterMZTabUtils. parseParam(String target)Parameters are always reported as [CV label, accession, name, value].Methods in uk.ac.ebi.pride.jmztab2.model that return types with arguments of type Parameter Modifier and Type Method Description static List<Parameter>MZTabUtils. parseParamList(String target)A list of '|' separated parametersMethods in uk.ac.ebi.pride.jmztab2.model with parameters of type Parameter Modifier and Type Method Description StringMZTabColumnFactory. addIdConfidenceMeasureColumn(Parameter parameter, Integer index, Class columnType)addIdConfidenceMeasureColumn.StringMZTabColumnFactory. addOptionalColumn(Parameter param, Class columnType)<T extends IndexedElement>
StringMZTabColumnFactory. addOptionalColumn(T columnEntity, Parameter param, Class columnType)AddParameterOptionColumnfollowed by an indexed element (study variable, assay, ms run) intoMZTabColumnFactory.optionalColumnMappingandMZTabColumnFactory.columnMapping.static StringParameterOptionColumn. getHeader(IndexedElement element, Parameter param)get column header like: opt_{OBJECT_ID}_cv_{accession}_{parameter name} Spaces within the parameter's name MUST be replaced by '_'.OptColumnMappingBuilder.GlobalOptColumnMappingBuilderOptColumnMappingBuilder.GlobalOptColumnMappingBuilder. withParameter(Parameter parameter)OptColumnMappingBuilder.IndexedElementOptColumnMappingBuilderOptColumnMappingBuilder.IndexedElementOptColumnMappingBuilder. withParameter(Parameter parameter)Constructors in uk.ac.ebi.pride.jmztab2.model with parameters of type Parameter Constructor Description ParameterOptionColumn(IndexedElement element, Parameter param, Class columnType, int offset)Define aOptionColumnwhich use CV parameter accessions in following the format: opt_{OBJECT_ID}_cv_{accession}_{parameter name}. -
Uses of Parameter in uk.ac.ebi.pride.jmztab2.utils.parser
Methods in uk.ac.ebi.pride.jmztab2.utils.parser that return Parameter Modifier and Type Method Description protected ParameterMZTabDataLineParser. checkParameter(IMZTabColumn column, String target, boolean allowNull)checkParameter.Methods in uk.ac.ebi.pride.jmztab2.utils.parser that return types with arguments of type Parameter Modifier and Type Method Description protected List<Parameter>MZTabDataLineParser. checkParamList(IMZTabColumn column, String target)Check and translate target string into parameter list which split by '|' character..protected List<Parameter>MZTabDataLineParser. checkSearchEngine(IMZTabColumn column, String searchEngine)Check and translate searchEngine string into parameter list which split by '|' character..Methods in uk.ac.ebi.pride.jmztab2.utils.parser with parameters of type Parameter Modifier and Type Method Description AssayMZTabParserContext. addAssayCustom(Metadata metadata, Integer id, Parameter param)Add a assay[id]-custom[i] into 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. 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. 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. addMsRunScanPolarity(Metadata metadata, Integer id, Parameter scanPolarity)addMsRunScanPolarity.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. addSampleDisease(Metadata metadata, Integer id, Parameter disease)Add a sample[id]-disease into sample.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. addSoftwareParameter(Metadata metadata, Integer id, Parameter param)Add a software[id] parameter.StudyVariableMZTabParserContext. addStudyVariableAverageFunction(Metadata metadata, Integer id, Parameter checkParameter)Add a study_variable[id]-average_function.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.Method parameters in uk.ac.ebi.pride.jmztab2.utils.parser with type arguments of type Parameter Modifier and Type Method Description SampleProcessingMZTabParserContext. addSampleProcessing(Metadata metadata, Integer id, List<Parameter> sampleProcessing)Add a sample_processing[id].voidMTDLineParser. handleParam(String defineLabel, String valueLabel, MZTabErrorType errorType, int lineNumber, Consumer<Parameter> consumer)handleParam.
-