Uses of Class
fr.ens.biologie.genomique.eoulsan.modules.diffana.DESeq2.StatisticTest
-
Packages that use DESeq2.StatisticTest Package Description fr.ens.biologie.genomique.eoulsan.modules.diffana This package contain all the classes related to the differential analysis step. -
-
Uses of DESeq2.StatisticTest in fr.ens.biologie.genomique.eoulsan.modules.diffana
Methods in fr.ens.biologie.genomique.eoulsan.modules.diffana that return DESeq2.StatisticTest Modifier and Type Method Description static DESeq2.StatisticTest
DESeq2.StatisticTest. get(String name)
Get the statistic test to be used in DESeq2.static DESeq2.StatisticTest
DESeq2.StatisticTest. valueOf(String name)
Returns the enum constant of this type with the specified name.static DESeq2.StatisticTest[]
DESeq2.StatisticTest. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in fr.ens.biologie.genomique.eoulsan.modules.diffana with parameters of type DESeq2.StatisticTest Constructor Description DESeq2(RExecutor executor, String stepId, Design design, Experiment experiment, Map<String,File> sampleFiles, boolean normFig, boolean diffanaFig, boolean normDiffana, boolean diffana, DESeq2.SizeFactorsType sizeFactorsType, DESeq2.FitType fitType, DESeq2.StatisticTest statisticTest, boolean saveRScripts)
Public constructor.
-