Uses of Interface
fr.ens.biologie.genomique.eoulsan.design.Experiment
Packages that use Experiment
Package
Description
This package contains and define checkers of DataFormat.
This package contains classes to handle experimental designs.
-
Uses of Experiment in fr.ens.biologie.genomique.eoulsan.checkers
Methods in fr.ens.biologie.genomique.eoulsan.checkers with parameters of type ExperimentModifier and TypeMethodDescriptionstatic booleanDESeq2DesignChecker.checkExperimentDesign(Experiment experiment) Check experiment design. -
Uses of Experiment in fr.ens.biologie.genomique.eoulsan.design
Classes in fr.ens.biologie.genomique.eoulsan.design that implement ExperimentModifier and TypeClassDescriptionclassThis class defines the default implementation of an experiment.classMethods in fr.ens.biologie.genomique.eoulsan.design that return ExperimentModifier and TypeMethodDescriptionDesign.addExperiment(String experimentId) Add an experiment.Design.getExperiment(String experimentId) Get the name of an experiment.Methods in fr.ens.biologie.genomique.eoulsan.design that return types with arguments of type ExperimentModifier and TypeMethodDescriptionDesign.getExperiments()Get the list of the experiments.Design.getExperimentsUsingASample(Sample sampleId) Get all the experiments related to a sample.Methods in fr.ens.biologie.genomique.eoulsan.design with parameters of type ExperimentModifier and TypeMethodDescriptionstatic booleanDesignUtils.containsReferenceField(Experiment experiment) Test if an experiment contains reference fields.static StringDesignUtils.getCondition(Experiment experiment, Sample sample) Get the Condition metadata value for an experimentSample.DesignUtils.getExperimentSampleAllMetadataKeys(Experiment experiment) Get all the experiment metadata keys of the samples of a design.static StringDesignUtils.getMetadata(Experiment experiment, Sample sample, String key) Get a metadata value for an experiment and a sample.DesignUtils.getModelColumns(Experiment experiment) Get the column names used in DESeq2 model.static StringDesignUtils.getReference(Experiment experiment, Sample sample) Get the reference of a sample.static StringDesignUtils.getRepTechGroup(Experiment experiment, Sample sample) Get the RepTechGroup metadata value for an experimentSample.static booleanDesignUtils.isSkipped(Experiment experiment) Test if an experiement is skipped.Constructors in fr.ens.biologie.genomique.eoulsan.design with parameters of type Experiment