Uses of Interface
fr.ens.biologie.genomique.eoulsan.design.ExperimentSample
-
Packages that use ExperimentSample Package Description fr.ens.biologie.genomique.eoulsan.design This package contains classes to handle experimental designs. -
-
Uses of ExperimentSample in fr.ens.biologie.genomique.eoulsan.design
Classes in fr.ens.biologie.genomique.eoulsan.design that implement ExperimentSample Modifier and Type Class Description class
ExperimentSampleImpl
This class defines the default implementation of the experiment sample.Methods in fr.ens.biologie.genomique.eoulsan.design that return ExperimentSample Modifier and Type Method Description ExperimentSample
Experiment. addSample(Sample sample)
Add a sample.ExperimentSample
ExperimentImpl. addSample(Sample sample)
ExperimentSample
UnmodifiableExperiment. addSample(Sample sample)
ExperimentSample
Experiment. getExperimentSample(Sample sample)
Get the experiment sample related to the sample.ExperimentSample
ExperimentImpl. getExperimentSample(Sample sample)
ExperimentSample
UnmodifiableExperiment. getExperimentSample(Sample sample)
Methods in fr.ens.biologie.genomique.eoulsan.design that return types with arguments of type ExperimentSample Modifier and Type Method Description List<ExperimentSample>
Experiment. getExperimentSamples()
Get experiment samples list.List<ExperimentSample>
ExperimentImpl. getExperimentSamples()
List<ExperimentSample>
UnmodifiableExperiment. getExperimentSamples()
Methods in fr.ens.biologie.genomique.eoulsan.design with parameters of type ExperimentSample Modifier and Type Method Description static String
DesignUtils. getCondition(ExperimentSample experimentSample)
Get the Condition metadata value for an experimentSample.static String
DesignUtils. getMetadata(ExperimentSample experimentSample, String key)
Get a metadata value for an experimentSample.static String
DesignUtils. getReference(ExperimentSample experimentSample)
Get the reference of a sample.static String
DesignUtils. getRepTechGroup(ExperimentSample experimentSample)
Get the Condition metadata value for an experimentSample.
-