Class Normalization
java.lang.Object
fr.ens.biologie.genomique.eoulsan.modules.diffana.Normalization
- Direct Known Subclasses:
DiffAna
This class create and launch an R script to compute normalisation of expression data
- Since:
- 1.2
- Author:
- Vivien Deshaies
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun(TaskContext context, Data data) Run normalisation step.
-
Constructor Details
-
Normalization
Public constructor.- Parameters:
executor- executor to use to execute the normalizationdesign- The design object- Throws:
EoulsanException- if an error occurs if connection to RServe server cannot be established
-
-
Method Details
-
run
Run normalisation step.- Parameters:
context- task contextdata- data to process- Throws:
EoulsanException- if the number of sample to analyze if lower than one
-