Uses of Interface
fr.ens.biologie.genomique.eoulsan.design.Sample
-
Packages that use Sample Package Description fr.ens.biologie.genomique.eoulsan.core This package contains Eoulsan workflow core class.fr.ens.biologie.genomique.eoulsan.core.workflow This package contains Eoulsan workflow dedicated classes.fr.ens.biologie.genomique.eoulsan.data This package contains classes for data files, data types and data formats.fr.ens.biologie.genomique.eoulsan.design This package contains classes to handle experimental designs.fr.ens.biologie.genomique.eoulsan.modules.diffana This package contain all the classes related to the differential analysis step.fr.ens.biologie.genomique.eoulsan.modules.mgmt.upload This package contain classes related to upload data to HDFS and Cloud. -
-
Uses of Sample in fr.ens.biologie.genomique.eoulsan.core
Methods in fr.ens.biologie.genomique.eoulsan.core with parameters of type Sample Modifier and Type Method Description static 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 Sample Modifier and Type Method Description SampleStepOutputDataFile. getSample()Get the sample that produced the file.Methods in fr.ens.biologie.genomique.eoulsan.core.workflow with parameters of type Sample Modifier and Type Method Description static 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 Sample Constructor Description StepOutputDataFile(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 Sample Modifier and Type Method Description StringDataFormatRegistry. 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 Sample Modifier and Type Method Description SampleDesign. getSample(String sampleId)Get the name of a sample.SampleExperimentSample. getSample()Get the experiment sample name.SampleExperimentSampleImpl. getSample()Methods in fr.ens.biologie.genomique.eoulsan.design that return types with arguments of type Sample Modifier and Type Method Description List<Sample>Design. getSamples()Get the list of the samples.List<Sample>Experiment. getSamples()Get the samples of the experiment.List<Sample>ExperimentImpl. getSamples()List<Sample>UnmodifiableExperiment. getSamples()Methods in fr.ens.biologie.genomique.eoulsan.design with parameters of type Sample Modifier and Type Method Description ExperimentSampleExperiment. addSample(Sample sample)Add a sample.ExperimentSampleExperimentImpl. addSample(Sample sample)ExperimentSampleUnmodifiableExperiment. addSample(Sample 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.ExperimentSampleExperiment. getExperimentSample(Sample sample)Get the experiment sample related to the sample.ExperimentSampleExperimentImpl. getExperimentSample(Sample sample)ExperimentSampleUnmodifiableExperiment. getExperimentSample(Sample sample)List<Experiment>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) -
Uses of Sample in fr.ens.biologie.genomique.eoulsan.modules.diffana
Method parameters in fr.ens.biologie.genomique.eoulsan.modules.diffana with type arguments of type Sample Modifier and Type Method Description protected StringBuilderNormalization. generateRnwpreamble(List<Sample> experimentSamplesList, String title, String filePrefix)Write Rnw preamble. -
Uses of Sample in fr.ens.biologie.genomique.eoulsan.modules.mgmt.upload
Methods in fr.ens.biologie.genomique.eoulsan.modules.mgmt.upload with parameters of type Sample Modifier and Type Method Description protected DataFileHadoopUploadModule. getUploadedDataFile(DataFile file, Step step, Sample sample, String portName, DataFormat format, int fileIndex)protected DataFileLocalUploadModule. getUploadedDataFile(DataFile file, Step step, Sample sample, String portName, DataFormat format, int fileIndex)protected abstract DataFileUploadModule. getUploadedDataFile(DataFile file, Step step, Sample sample, String portName, DataFormat format, int fileIndex)Generate the DataFile Object for the uploaded DataFile
-