Uses of Class
de.isas.mztab2.model.StudyVariable
- 
Packages that use StudyVariable Package Description de.isas.mztab2.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification. - 
- 
Uses of StudyVariable in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return StudyVariable Modifier and Type Method Description StudyVariableStudyVariable. addAssayRefsItem(Assay assayRefsItem)Add a single assayRefsItem to the assayRefs collection.StudyVariableStudyVariable. addFactorsItem(Parameter factorsItem)Add a single factorsItem to the factors collection.StudyVariableStudyVariable. assayRefs(List<Assay> assayRefs)Builder method for assayRefs.StudyVariableStudyVariable. averageFunction(Parameter averageFunction)Builder method for averageFunction.StudyVariableStudyVariable. description(String description)Builder method for description.StudyVariableStudyVariable. factors(List<Parameter> factors)Builder method for factors.StudyVariableStudyVariable. id(Integer id)Builder method for id.StudyVariableStudyVariable. name(String name)Builder method for name.StudyVariableStudyVariable. variationFunction(Parameter variationFunction)Builder method for variationFunction.Methods in de.isas.mztab2.model that return types with arguments of type StudyVariable Modifier and Type Method Description @NotNull @Valid List<StudyVariable>Metadata. getStudyVariable()Specification of study_variable.Optional<StudyVariable>MzTabAccess. getStudyVariableFor(Integer id, Metadata metadata)Tries to locate the study variable referenced by id from the metadata section.Methods in de.isas.mztab2.model with parameters of type StudyVariable Modifier and Type Method Description MetadataMetadata. addStudyVariableItem(StudyVariable studyVariableItem)Add a single studyVariableItem to the studyVariable collection.DoubleMzTabAccess. getAbundanceFor(StudyVariable studyVariable, SmallMoleculeSummary sms)Retrieves the abundance value for the provided study variable and small molecule summary object.DoubleMzTabAccess. getAbundanceVariationFor(StudyVariable studyVariable, SmallMoleculeSummary sms)Retrieves the abundance variation value for the provided study variable and small molecule summary object.Method parameters in de.isas.mztab2.model with type arguments of type StudyVariable Modifier and Type Method Description voidMetadata. setStudyVariable(List<StudyVariable> studyVariable)Set studyVariable.MetadataMetadata. studyVariable(List<StudyVariable> studyVariable)Builder method for studyVariable. 
 -