Uses of Class
fr.ens.biologie.genomique.eoulsan.modules.diffana.DiffAna.DispersionMethod
-
Packages that use DiffAna.DispersionMethod Package Description fr.ens.biologie.genomique.eoulsan.modules.diffana 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.DispersionMethod Modifier and Type Method Description static DiffAna.DispersionMethod
DiffAna.DispersionMethod. getDispEstMethodFromName(String name)
Get the Dispersion estimation method form its namestatic DiffAna.DispersionMethod
DiffAna.DispersionMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static DiffAna.DispersionMethod[]
DiffAna.DispersionMethod. 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 DiffAna.DispersionMethod Constructor Description DiffAna(RExecutor executor, Design design, DiffAna.DispersionMethod dispEstMethod, DiffAna.DispersionSharingMode dispEstSharingMode, DiffAna.DispersionFitType dispEstFitType)
Public constructor.
-