Uses of Class
de.isas.mztab2.model.Sample
-
Packages that use Sample 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.model Base package for the jmztab-m data model, generated from the mzTab_m_swagger.yml specification.uk.ac.ebi.pride.jmztab2.utils.parser This package contains text file line parser implementations for the mzTab-M document sections. -
-
Uses of Sample in de.isas.mztab2.io.serialization
Methods in de.isas.mztab2.io.serialization with parameters of type Sample Modifier and Type Method Description voidSampleSerializer. serialize(Sample sample, com.fasterxml.jackson.core.JsonGenerator jg, com.fasterxml.jackson.databind.SerializerProvider sp)voidSampleSerializer. serializeWithType(Sample value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers, com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)Constructor parameters in de.isas.mztab2.io.serialization with type arguments of type Sample Constructor Description SampleSerializer(Class<Sample> t)Constructor for SampleSerializer. -
Uses of Sample in de.isas.mztab2.model
Methods in de.isas.mztab2.model that return Sample Modifier and Type Method Description SampleSample. addCellTypeItem(Parameter cellTypeItem)Add a single cellTypeItem to the cellType collection.SampleSample. addCustomItem(Parameter customItem)Add a single customItem to the custom collection.SampleSample. addDiseaseItem(Parameter diseaseItem)Add a single diseaseItem to the disease 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.SampleSample. cellType(List<Parameter> cellType)Builder method for cellType.SampleSample. custom(List<Parameter> custom)Builder method for custom.SampleSample. description(String description)Builder method for description.SampleSample. disease(List<Parameter> disease)Builder method for disease.@Valid SampleAssay. getSampleRef()The sample referenced by this assay.SampleSample. id(Integer id)Builder method for id.SampleSample. name(String name)Builder method for name.SampleSample. species(List<Parameter> species)Builder method for species.SampleSample. tissue(List<Parameter> tissue)Builder method for tissue.Methods in de.isas.mztab2.model that return types with arguments of type Sample Modifier and Type Method Description @Valid List<Sample>Metadata. getSample()Specification of sample.Methods in de.isas.mztab2.model with parameters of type Sample Modifier and Type Method Description MetadataMetadata. addSampleItem(Sample sampleItem)Add a single sampleItem to the sample collection.AssayAssay. sampleRef(Sample sampleRef)Builder method for sampleRef.voidAssay. setSampleRef(Sample sampleRef)Set sampleRef.Method parameters in de.isas.mztab2.model with type arguments of type Sample Modifier and Type Method Description MetadataMetadata. sample(List<Sample> sample)Builder method for sample.voidMetadata. setSample(List<Sample> sample)Set sample. -
Uses of Sample in uk.ac.ebi.pride.jmztab2.utils.parser
Methods in uk.ac.ebi.pride.jmztab2.utils.parser that return Sample Modifier and Type Method Description 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.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.Methods in uk.ac.ebi.pride.jmztab2.utils.parser with parameters of type Sample Modifier and Type Method Description AssayMZTabParserContext. addAssaySample(Metadata metadata, Integer id, Sample sample)Add assay[id]-sample_ref into metadata.SampleMZTabParserContext. addSample(Metadata metadata, Sample sample)Add a sample to metadata.
-