Uses of Interface
fr.ens.biologie.genomique.eoulsan.data.Data
Packages that use Data
Package
Description
This package contains and define checkers of DataFormat.
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 contain all the classes related to the differential analysis step.
-
Uses of Data in fr.ens.biologie.genomique.eoulsan.checkers
Methods in fr.ens.biologie.genomique.eoulsan.checkers with parameters of type DataModifier and TypeMethodDescriptionbooleanChecker.check(Data data, CheckStore checkInfo) Launch the check.booleanDESeq2DesignChecker.check(Data data, CheckStore checkInfo) booleanGenomeChecker.check(Data data, CheckStore checkInfo) booleanGFFChecker.check(Data data, CheckStore checkInfo) booleanReadsChecker.check(Data data, CheckStore checkInfo) -
Uses of Data in fr.ens.biologie.genomique.eoulsan.core
Methods in fr.ens.biologie.genomique.eoulsan.core that return DataModifier and TypeMethodDescriptionTaskContext.getInputData(DataFormat format) Get the input data for an input DataType and a Sample.TaskContext.getInputData(String portName) Get the input data for a port name and a Sample.TaskContext.getOutputData(DataFormat format, Data origin) Get the output data for an input DataType and a Sample.TaskContext.getOutputData(DataFormat format, String dataName) Get the output data for an input DataType and a Sample.TaskContext.getOutputData(DataFormat format, String dataName, int part) Get the output data for an input DataType and a Sample.TaskContext.getOutputData(String portName, Data origin) Get the output data for a port name and a Sample.TaskContext.getOutputData(String portName, String dataName) Get the output data for a port name and a Sample.TaskContext.getOutputData(String portName, String dataName, int part) Get the output data for a port name and a Sample.Methods in fr.ens.biologie.genomique.eoulsan.core with parameters of type DataModifier and TypeMethodDescriptionDataUtils.getDataFiles(Data data) Get the list of the DataFile objects in a Data object.TaskContext.getOutputData(DataFormat format, Data origin) Get the output data for an input DataType and a Sample.TaskContext.getOutputData(String portName, Data origin) Get the output data for a port name and a Sample.static voidDataUtils.setDataFile(Data data, DataFile dataFile) Change the DataFile in a Data objectstatic voidDataUtils.setDataFiles(Data data, List<DataFile> dataFiles) Change the DataFiles in a Data objectstatic voidDataUtils.setDataMetadata(Data data, Collection<Data> dataSourceOfMetadata) Set the metadata of a data object from the information of another data object.static voidDataUtils.setDataMetaData(Data data, Sample sample) Set the metadata of a data object from the information of a Sample object from a Design.Method parameters in fr.ens.biologie.genomique.eoulsan.core with type arguments of type DataModifier and TypeMethodDescriptionstatic voidDataUtils.setDataMetadata(Data data, Collection<Data> dataSourceOfMetadata) Set the metadata of a data object from the information of another data object. -
Uses of Data in fr.ens.biologie.genomique.eoulsan.core.workflow
Classes in fr.ens.biologie.genomique.eoulsan.core.workflow that implement DataModifier and TypeClassDescriptionclassThis class define a data list.classThis class define an unmodifiable dataMethods in fr.ens.biologie.genomique.eoulsan.core.workflow that return DataModifier and TypeMethodDescriptionDataList.addDataToList(String name) DataList.addDataToList(String name, int part) UnmodifiableData.addDataToList(String name) UnmodifiableData.addDataToList(String name, int part) TaskContextImpl.getInputData(InputPort port) Get raw access to input data stored in the object.TaskContextImpl.getInputData(DataFormat format) TaskContextImpl.getInputData(String portName) TaskContextImpl.getOutputData(DataFormat format, Data origin) TaskContextImpl.getOutputData(DataFormat format, String dataName) TaskContextImpl.getOutputData(DataFormat format, String dataName, int part) TaskContextImpl.getOutputData(String portName, Data origin) TaskContextImpl.getOutputData(String portName, String dataName) TaskContextImpl.getOutputData(String portName, String dataName, int part) Methods in fr.ens.biologie.genomique.eoulsan.core.workflow that return types with arguments of type DataMethods in fr.ens.biologie.genomique.eoulsan.core.workflow with parameters of type DataModifier and TypeMethodDescriptionWorkflowDataUtils.getDataFiles(Data data) Get the list of the DataFile objects in a Data object.TaskContextImpl.getOutputData(DataFormat format, Data origin) TaskContextImpl.getOutputData(String portName, Data origin) booleanDataMetadataStorage.loadMetadata(Data data) Set the metadata of a data from the metadata storage.booleanDataMetadataStorage.loadMetadata(Data data, List<DataFile> files) Set the metadata of a data from the metadata storage.voidDataMetadataStorage.saveMetaData(Data data) Save metadata of a Data object.static voidWorkflowDataUtils.setDataFile(Data data, int fileIndex, DataFile dataFile) Change the DataFile in a Data objectstatic voidWorkflowDataUtils.setDataFile(Data data, DataFile dataFile) Change the DataFile in a Data objectstatic voidWorkflowDataUtils.setDataFiles(Data data, List<DataFile> dataFiles) Change the DataFiles in a Data objectstatic voidWorkflowDataUtils.setDataMetadata(Data data, Data dataSourceOfMetadata) Set the metadata of a data object from the information of another data object.static voidWorkflowDataUtils.setDataMetadata(Data data, Collection<Data> dataSourceOfMetadata) Set the metadata of a data object from the information of another data object.static voidWorkflowDataUtils.setDataMetaData(Data data, Sample sample) Set the metadata of a data object from the information of a Sample object from a Design.Method parameters in fr.ens.biologie.genomique.eoulsan.core.workflow with type arguments of type DataModifier and TypeMethodDescriptionstatic voidWorkflowDataUtils.setDataMetadata(Data data, Collection<Data> dataSourceOfMetadata) Set the metadata of a data object from the information of another data object. -
Uses of Data in fr.ens.biologie.genomique.eoulsan.data
Methods in fr.ens.biologie.genomique.eoulsan.data that return DataModifier and TypeMethodDescriptionData.addDataToList(String name) Add a data to the list of data.Data.addDataToList(String name, int part) Add a data to the list of data.Methods in fr.ens.biologie.genomique.eoulsan.data that return types with arguments of type Data -
Uses of Data in fr.ens.biologie.genomique.eoulsan.modules.diffana
Methods in fr.ens.biologie.genomique.eoulsan.modules.diffana with parameters of type DataModifier and TypeMethodDescriptionvoidNormalization.run(TaskContext context, Data data) Run normalisation step. -
Uses of Data in fr.ens.biologie.genomique.eoulsan.modules.multiqc
Methods in fr.ens.biologie.genomique.eoulsan.modules.multiqc with parameters of type DataModifier and TypeMethodDescriptionvoidCutAdaptInputPreprocessor.preprocess(TaskContext context, Data data, File multiQCInputDirectory) voidExpressionInputPreprocessor.preprocess(TaskContext context, Data data, File multiQCInputDirectory) voidFastQCInputPreprocessor.preprocess(TaskContext context, Data data, File multiQCInputDirectory) voidFeatureCountsInputPreprocessor.preprocess(TaskContext context, Data data, File multiQCInputDirectory) voidInputPreprocessor.preprocess(TaskContext context, Data data, File multiQCInputDirectory) Preprocess data.voidMapperInputPreprocessor.preprocess(TaskContext context, Data data, File multiQCInputDirectory) voidRnaSeqMetricsInputPreprocessor.preprocess(TaskContext context, Data data, File multiQCInputDirectory)