Uses of Interface
fr.ens.biologie.genomique.eoulsan.design.ExperimentSample
Packages that use ExperimentSample
Package
Description
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 ExperimentSampleModifier and TypeClassDescriptionclassThis class defines the default implementation of the experiment sample.Methods in fr.ens.biologie.genomique.eoulsan.design that return ExperimentSampleModifier and TypeMethodDescriptionAdd a sample.Experiment.getExperimentSample(Sample sample) Get the experiment sample related to the sample.ExperimentImpl.getExperimentSample(Sample sample) UnmodifiableExperiment.getExperimentSample(Sample sample) Methods in fr.ens.biologie.genomique.eoulsan.design that return types with arguments of type ExperimentSampleModifier and TypeMethodDescriptionExperiment.getExperimentSamples()Get experiment samples list.ExperimentImpl.getExperimentSamples()UnmodifiableExperiment.getExperimentSamples()Methods in fr.ens.biologie.genomique.eoulsan.design with parameters of type ExperimentSampleModifier and TypeMethodDescriptionstatic StringDesignUtils.getCondition(ExperimentSample experimentSample) Get the Condition metadata value for an experimentSample.static StringDesignUtils.getMetadata(ExperimentSample experimentSample, String key) Get a metadata value for an experimentSample.static StringDesignUtils.getReference(ExperimentSample experimentSample) Get the reference of a sample.static StringDesignUtils.getRepTechGroup(ExperimentSample experimentSample) Get the Condition metadata value for an experimentSample.