Uses of Interface
fr.ens.biologie.genomique.eoulsan.design.Design
Packages that use Design
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.
This package contains I/O classes to read and write design files.
This package define the steps for the Eoulsan workflow.
This package contain all the classes related to the differential analysis step.
-
Uses of Design in fr.ens.biologie.genomique.eoulsan.core
Methods in fr.ens.biologie.genomique.eoulsan.core that return Design -
Uses of Design in fr.ens.biologie.genomique.eoulsan.core.workflow
Methods in fr.ens.biologie.genomique.eoulsan.core.workflow that return DesignConstructors in fr.ens.biologie.genomique.eoulsan.core.workflow with parameters of type DesignModifierConstructorDescriptionCommandWorkflow(ExecutorArguments executionArguments, CommandWorkflowModel workflowCommand, List<Module> firstSteps, List<Module> endSteps, Design design) Public constructor. -
Uses of Design in fr.ens.biologie.genomique.eoulsan.data
Methods in fr.ens.biologie.genomique.eoulsan.data with parameters of type DesignModifier and TypeMethodDescriptionDataFormatRegistry.getDesignMetadataKeyForDataFormat(Design design, DataFormat dataformat) Get the field name in a Design object that correspond to a dataformat. -
Uses of Design in fr.ens.biologie.genomique.eoulsan.design
Methods in fr.ens.biologie.genomique.eoulsan.design that return DesignModifier and TypeMethodDescriptionstatic DesignDesignFactory.createEmptyDesign()Create a design without targets.DesignBuilder.getDesign(boolean pairedEndMode) Create design object.Experiment.getDesign()Get the design related to the experiment.ExperimentImpl.getDesign()Sample.getDesign()Get the design related to the sample.UnmodifiableExperiment.getDesign()static DesignDesignUtils.readAndCheckDesign(InputStream is) Read and Check designstatic DesignDesignFactory.unmodifiableDesign(Design design) Create an unmodifiable wrapper around an existing design.Methods in fr.ens.biologie.genomique.eoulsan.design with parameters of type DesignModifier and TypeMethodDescriptionstatic booleanDesignUtils.checkAnnotations(Design design) Check if there is more than one annotation in the designstatic booleanDesignUtils.checkGenomes(Design design) Check if there is more than one genome in the designstatic booleanDesignUtils.checkSamples(Design design) Check if there are duplicate samples in the design.DesignUtils.getAllSamplesMetadataKeys(Design design) Get all the sample metadata keys of the samples of a design.static voidRemove optional description fields and obfuscate condition field.static voidDesignUtils.replaceLocalPathBySymlinks(Design design, DataFile symlinksDir) Replace the local paths in the design by paths to symbolic links in a directory.static voidDesignUtils.showDesign(Design design) Show a designstatic DesignDesignFactory.unmodifiableDesign(Design design) Create an unmodifiable wrapper around an existing design. -
Uses of Design in fr.ens.biologie.genomique.eoulsan.design.io
Methods in fr.ens.biologie.genomique.eoulsan.design.io that return DesignModifier and TypeMethodDescriptionDefaultDesignReader.read()DesignReader.read()Read the design.Eoulsan1DesignReader.read()Eoulsan2DesignReader.read()Methods in fr.ens.biologie.genomique.eoulsan.design.io with parameters of type Design -
Uses of Design in fr.ens.biologie.genomique.eoulsan.modules
Constructors in fr.ens.biologie.genomique.eoulsan.modules with parameters of type DesignModifierConstructorDescriptionDesignModule(Design design, CheckerModule checkeModule) Constructor. -
Uses of Design in fr.ens.biologie.genomique.eoulsan.modules.diffana
Constructors in fr.ens.biologie.genomique.eoulsan.modules.diffana with parameters of type DesignModifierConstructorDescriptionDiffAna(RExecutor executor, Design design, DiffAna.DispersionMethod dispEstMethod, DiffAna.DispersionSharingMode dispEstSharingMode, DiffAna.DispersionFitType dispEstFitType) Public constructor.Normalization(RExecutor executor, Design design) Public constructor.