Uses of Enum Class
fr.ens.biologie.genomique.eoulsan.modules.diffana.DiffAna.DispersionMethod
Packages that use DiffAna.DispersionMethod
Package
Description
This package contain all the classes related to the differential analysis step.
-
Uses of DiffAna.DispersionMethod in fr.ens.biologie.genomique.eoulsan.modules.diffana
Methods in fr.ens.biologie.genomique.eoulsan.modules.diffana that return DiffAna.DispersionMethodModifier and TypeMethodDescriptionstatic DiffAna.DispersionMethodDiffAna.DispersionMethod.getDispEstMethodFromName(String name) Get the Dispersion estimation method form its namestatic DiffAna.DispersionMethodReturns the enum constant of this class with the specified name.static DiffAna.DispersionMethod[]DiffAna.DispersionMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in fr.ens.biologie.genomique.eoulsan.modules.diffana with parameters of type DiffAna.DispersionMethodModifierConstructorDescriptionDiffAna(RExecutor executor, Design design, DiffAna.DispersionMethod dispEstMethod, DiffAna.DispersionSharingMode dispEstSharingMode, DiffAna.DispersionFitType dispEstFitType) Public constructor.