Uses of Enum Class
fr.ens.biologie.genomique.eoulsan.modules.diffana.DiffAna.DispersionSharingMode
Packages that use DiffAna.DispersionSharingMode
Package
Description
This package contain all the classes related to the differential analysis step.
-
Uses of DiffAna.DispersionSharingMode in fr.ens.biologie.genomique.eoulsan.modules.diffana
Methods in fr.ens.biologie.genomique.eoulsan.modules.diffana that return DiffAna.DispersionSharingModeModifier and TypeMethodDescriptionDiffAna.DispersionSharingMode.getDispEstSharingModeFromName(String name) Get the Dispersion estimation sharing mode form its nameReturns the enum constant of this class with the specified name.static DiffAna.DispersionSharingMode[]DiffAna.DispersionSharingMode.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.DispersionSharingModeModifierConstructorDescriptionDiffAna(RExecutor executor, Design design, DiffAna.DispersionMethod dispEstMethod, DiffAna.DispersionSharingMode dispEstSharingMode, DiffAna.DispersionFitType dispEstFitType) Public constructor.