Class DiffAna
java.lang.Object
fr.ens.biologie.genomique.eoulsan.modules.diffana.Normalization
fr.ens.biologie.genomique.eoulsan.modules.diffana.DiffAna
This class create and launch a R script to compute differential analysis.
- Since:
- 1.0
- Author:
- Laurent Jourdren, Vivien Deshaies
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDispersion estimation fitType enum for DESeq differential analysisstatic enumDispersion estimation method enum for DESeq differential analysisstatic enumDispersion estimation sharingMode enum for DESeq differential analysis -
Constructor Summary
ConstructorsConstructorDescriptionDiffAna(RExecutor executor, Design design, DiffAna.DispersionMethod dispEstMethod, DiffAna.DispersionSharingMode dispEstSharingMode, DiffAna.DispersionFitType dispEstFitType) Public constructor. -
Method Summary
Methods inherited from class fr.ens.biologie.genomique.eoulsan.modules.diffana.Normalization
run
-
Constructor Details
-
DiffAna
public DiffAna(RExecutor executor, Design design, DiffAna.DispersionMethod dispEstMethod, DiffAna.DispersionSharingMode dispEstSharingMode, DiffAna.DispersionFitType dispEstFitType) throws EoulsanException Public constructor.- Parameters:
executor- executor to use to execute the differential analysisdesign- The design objectdispEstMethod- dispersion estimation methoddispEstSharingMode- dispersion estimation sharing modedispEstFitType- dispersion estimation fit type- Throws:
EoulsanException- if an error occurs if connection to RServe server cannot be established
-