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.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification. -
-
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.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.@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)Builder method for 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.
-