Uses of Interface
fr.ens.biologie.genomique.eoulsan.design.Sample
Packages that use Sample
Package
Description
This package contains Eoulsan workflow core class.
This package contains Eoulsan workflow dedicated classes.
This package contains classes for data files, data types and data formats.
This package contains classes to handle experimental designs.
-
Uses of Sample in fr.ens.biologie.genomique.eoulsan.core
Methods in fr.ens.biologie.genomique.eoulsan.core with parameters of type SampleModifier and TypeMethodDescriptionstatic voidDataUtils.setDataMetaData(Data data, Sample sample) Set the metadata of a data object from the information of a Sample object from a Design. -
Uses of Sample in fr.ens.biologie.genomique.eoulsan.core.workflow
Methods in fr.ens.biologie.genomique.eoulsan.core.workflow that return SampleModifier and TypeMethodDescriptionStepOutputDataFile.getSample()Get the sample that produced the file.Methods in fr.ens.biologie.genomique.eoulsan.core.workflow with parameters of type SampleModifier and TypeMethodDescriptionstatic intStepOutputDataFile.dataFileCount(fr.ens.biologie.genomique.eoulsan.core.workflow.StepOutputPort outputPort, Sample sample, boolean existingFiles) Get the count of files that exists for a step, a format and sample (case of multi-files data).static StringStepOutputDataFile.newStandardFilename(Step step, String portName, DataFormat format, Sample sample, int fileIndex, fr.ens.biologie.genomique.kenetre.io.CompressionType compression) Create a standard filename.static voidWorkflowDataUtils.setDataMetaData(Data data, Sample sample) Set the metadata of a data object from the information of a Sample object from a Design.Constructors in fr.ens.biologie.genomique.eoulsan.core.workflow with parameters of type SampleModifierConstructorDescriptionStepOutputDataFile(fr.ens.biologie.genomique.eoulsan.core.workflow.StepOutputPort outputPort, Sample sample) Constructor.StepOutputDataFile(fr.ens.biologie.genomique.eoulsan.core.workflow.StepOutputPort outputPort, Sample sample, int fileIndex) Constructor. -
Uses of Sample in fr.ens.biologie.genomique.eoulsan.data
Methods in fr.ens.biologie.genomique.eoulsan.data with parameters of type SampleModifier and TypeMethodDescriptionDataFormatRegistry.getSampleMetadataKeyForDataFormat(Sample sample, DataFormat dataformat) Get the field name in a Sample object that correspond to a dataformat. -
Uses of Sample in fr.ens.biologie.genomique.eoulsan.design
Methods in fr.ens.biologie.genomique.eoulsan.design that return SampleModifier and TypeMethodDescriptionGet the name of a sample.ExperimentSample.getSample()Get the experiment sample name.ExperimentSampleImpl.getSample()Methods in fr.ens.biologie.genomique.eoulsan.design that return types with arguments of type SampleModifier and TypeMethodDescriptionDesign.getSamples()Get the list of the samples.Experiment.getSamples()Get the samples of the experiment.ExperimentImpl.getSamples()UnmodifiableExperiment.getSamples()Methods in fr.ens.biologie.genomique.eoulsan.design with parameters of type SampleModifier and TypeMethodDescriptionAdd a sample.booleanExperiment.containsSample(Sample sample) Test if the experiment contains a sample.booleanExperimentImpl.containsSample(Sample sample) booleanUnmodifiableExperiment.containsSample(Sample sample) static StringDesignUtils.getCondition(Experiment experiment, Sample sample) Get the Condition metadata value for an experimentSample.Experiment.getExperimentSample(Sample sample) Get the experiment sample related to the sample.ExperimentImpl.getExperimentSample(Sample sample) UnmodifiableExperiment.getExperimentSample(Sample sample) Design.getExperimentsUsingASample(Sample sampleId) Get all the experiments related to a sample.static StringDesignUtils.getMetadata(Experiment experiment, Sample sample, String key) Get a metadata value for an experiment and a sample.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.voidExperiment.removeSample(Sample sample) Remove the sample.voidExperimentImpl.removeSample(Sample sample) voidUnmodifiableExperiment.removeSample(Sample sample)