Uses of Class
fr.ens.biologie.genomique.eoulsan.modules.AbstractModule
-
Packages that use AbstractModule Package Description fr.ens.biologie.genomique.eoulsan.modules This package define the steps for the Eoulsan workflow.fr.ens.biologie.genomique.eoulsan.modules.chipseq This packages contains the ChIP-Seq modules.fr.ens.biologie.genomique.eoulsan.modules.chipseq.peakcalling This packages contains the peak-calling modules.fr.ens.biologie.genomique.eoulsan.modules.chipseq.qc This packages contains all the quality check modules for ChIP-Seq.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.expression This package contain all the classes related to the expression step.fr.ens.biologie.genomique.eoulsan.modules.expression.hadoop This package contain all the classes related to the expression step in hadoop mode.fr.ens.biologie.genomique.eoulsan.modules.expression.local This package contain all the classes related to the expression step in local mode.fr.ens.biologie.genomique.eoulsan.modules.fastqc This package contain all the classes related to FastQC.fr.ens.biologie.genomique.eoulsan.modules.generators This package contain generator steps.fr.ens.biologie.genomique.eoulsan.modules.mapping This package contain all the classes related to the mapping (reads filtering, mapping and alignments filtering) step.fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop This package contain all the classes related to the mapping (reads filtering, mapping and alignments filtering) step in hadoop mode.fr.ens.biologie.genomique.eoulsan.modules.mapping.local This package contain all the classes related to the mapping (reads filtering, mapping and alignments filtering) step in local mode.fr.ens.biologie.genomique.eoulsan.modules.mgmt.hadoop This package contain classes related data management in Hadoop mode.fr.ens.biologie.genomique.eoulsan.modules.mgmt.upload This package contain classes related to upload data to HDFS and Cloud.fr.ens.biologie.genomique.eoulsan.modules.multiqc fr.ens.biologie.genomique.eoulsan.modules.singlecell -
-
Uses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules
Subclasses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules Modifier and Type Class Description classCheckerModuleThis class is a module that launch checkers.classCopyInputDataModuleCopy input files of a format in another location or in different compression format.classCopyOutputDataModuleCopy output files of a step with a specified format to the output directory.classDesignModuleThis class define a design module.classFailModuleThis module is a module that always fails.classFakeModuleThis module is a fake module.classFirstModuleThis class define a first module that do nothing.classGalaxyToolModuleThe Class GalaxyToolStep.classImportModuleThis class define a import step.classMergerModuleThis class define a generic merger module.classRequirementInstallerModuleThis class allow to install a requirement.classShellModuleThis class define a module that execute a shell command.classSplitterModuleThis class define a generic splitter module.classTechnicalReplicateMergerModuleThis class define a merger module for technical replicates.classTerminalModuleThis class define a terminal task that do nothing. -
Uses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.chipseq
Subclasses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.chipseq Modifier and Type Class Description classMergeInputRepLocalModuleThis class merges SAM files of input of the same experiment.classRmDupLocalModuleThis class removes PCR duplicates from a SAM file.classTrackHubModuleThis class construct TrackHub for genome browser visualization. -
Uses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.chipseq.peakcalling
Subclasses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.chipseq.peakcalling Modifier and Type Class Description classBedToolsModuleThis class uses tools from the BEDTools suite.classDeepToolsModuleThis class uses tools from the DeepTools suite.classMACS2ModuleThis class defines the macs2 peak-calling step.classMergePeaksModuleThis class defines the peak merging step. -
Uses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.chipseq.qc
Subclasses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.chipseq.qc Modifier and Type Class Description classCountSplicedReadsModuleThis step computes how many spliced alignments there are in a SAM file.classIDRModuleThis class defines the IDR quality check step. -
Uses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.diffana
Subclasses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.diffana Modifier and Type Class Description classDESeq2ModuleClass to run the differential analysis with DEseq2classDiffAnaModuleThis class define the module of differential analysis in local mode.classDiffanaResultsAnnotationModuleThis class define a module that create annotated expression files in TSV, ODS or XLSX format.classNormalizationModuleThis class define the module for normalization -
Uses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.expression
Subclasses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.expression Modifier and Type Class Description classAbstractExpressionModuleThis abstract class define and parse arguments for the expression module.classExpressionResultsAnnotationModuleThis class define a module that create annotated expression files in TSV, ODS or XLSX format. -
Uses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.expression.hadoop
Subclasses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.expression.hadoop Modifier and Type Class Description classExpressionHadoopModuleThis class is the main class for the expression program of the reads in hadoop mode. -
Uses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.expression.local
Subclasses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.expression.local Modifier and Type Class Description classExpressionLocalModuleThis class is the module to compute expression in local mode -
Uses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.fastqc
Subclasses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.fastqc Modifier and Type Class Description classFastQCModuleThis class define a module that compute QC report using FastQC. -
Uses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.generators
Subclasses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.generators Modifier and Type Class Description classDummyGeneratorModuleThis class implements a dummy generator module that create an empty file.classGenericStorageGeneratorModuleThis module allow to easily store output of generator to avoid computation at each Eoulsan startup.classGenomeDescriptionGeneratorModuleThis class implements a genome description generator module.classGenomeMapperIndexGeneratorModuleThis class define a module that generate a genome mapper index.classGFFFastaGeneratorModuleThis generator allow to generate a genome fasta file from the fasta section of a GFF file.classMinimap2IndexGeneratorModuleThis class define a module that generate a Minimap2 mapper index.classSTARIndexGeneratorModuleThis class define a module that generate a STAR mapper index. -
Uses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.mapping
Subclasses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.mapping Modifier and Type Class Description classAbstractBAM2SAMModuleThis class define a module for converting BAM files into SAM.classAbstractFilterAndMapReadsModuleThis class define an abstract module for read filtering, mapping and alignments filtering.classAbstractReadsFilterModuleThis class define an abstract module for read filtering.classAbstractReadsMapperModuleThis class define an abstract module for read mapping.classAbstractSAM2BAMModuleThis class define a module for converting SAM files into BAM.classAbstractSAM2FASTQModuleThis class define a module for converting SAM files into BAM.classAbstractSAMFilterModuleThis class define an abstract module for alignments filtering.classAbstractSplice2BEDModuleThis class define a module for converting SAM files into BED. -
Uses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop
Subclasses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.mapping.hadoop Modifier and Type Class Description classFilterAndMapReadsHadoopModuleThis class define a Step that filter and map read in Hadoop mode.classReadsFilterHadoopModuleThis class is the main class for the filter reads program in hadoop mode.classReadsMapperHadoopModuleThis class define an mapper module in Hadoop mode.classSAM2BAMHadoopModuleThis class define a module for converting SAM files into BAM.classSAMFilterHadoopModuleThis class define a filter alignment step in Hadoop mode. -
Uses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.mapping.local
Subclasses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.mapping.local Modifier and Type Class Description classBAM2SAMLocalModuleThis class define a module for converting BAM files into SAM.classReadsFilterLocalModuleThis class define a module for reads filtering.classReadsMapperLocalModuleThis class define a module for reads mapping.classSAM2BAMLocalModuleThis class define a module for converting SAM files into BAM.classSAM2FASTQLocalModuleThis class define a module for converting SAM files into FASTQ.classSAMFilterLocalModuleThis class define a Step for alignments filtering.classSplice2BEDModuleThis class define a module for converting SAM files into BED. -
Uses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.mgmt.hadoop
Subclasses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.mgmt.hadoop Modifier and Type Class Description classCopyDesignAndWorkflowFilesToOutputModuleThis module copy design and workflow file to output directory. -
Uses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.mgmt.upload
Subclasses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.mgmt.upload Modifier and Type Class Description classDefineDataFormatToDownloadThis Step allow to define the list of the formats of the files to download at the end of a Hadoop execution.classHadoopUploadModuleThis class define a module for Hadoop file uploading.classHDFSDataDownloadModuleThis class define a download module that retrieve data from HDFS at the end of an analysis.classLocalUploadModuleThis class define a Step for local mode file uploading.classUploadModuleThis class define a abstract module class for files uploading. -
Uses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.multiqc
Subclasses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.multiqc Modifier and Type Class Description classMultiQCModuleThis class define a module for MultiQC. -
Uses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.singlecell
Subclasses of AbstractModule in fr.ens.biologie.genomique.eoulsan.modules.singlecell Modifier and Type Class Description classExpressionToMatrixModuleThis class define a class that allow to merge expression file into a matrix file.classMatrixToCellRangerMatrixModuleThis class define a class that allow to create a Cell Ranger matrix from an existing matrix file.classRSingleCellExperimentCreatorModuleThis class define a class that allow to create a SingleCellExperiment Bioconductor Object and save it as a RDS file.
-