Uses of Class
fr.ens.biologie.genomique.eoulsan.modules.expression.ExpressionCounterCounter
-
Packages that use ExpressionCounterCounter Package Description fr.ens.biologie.genomique.eoulsan.modules.expression This package contain all the classes related to the expression step. -
-
Uses of ExpressionCounterCounter in fr.ens.biologie.genomique.eoulsan.modules.expression
Methods in fr.ens.biologie.genomique.eoulsan.modules.expression that return ExpressionCounterCounter Modifier and Type Method Description static ExpressionCounterCounter
ExpressionCounterCounter. getCounterFromEoulsanName(String counterName)
Get an counter from its HTSeq-count namestatic ExpressionCounterCounter
ExpressionCounterCounter. getCounterFromHTSeqCountName(String counterName)
Get an counter from its HTSeq-count namestatic ExpressionCounterCounter
ExpressionCounterCounter. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExpressionCounterCounter[]
ExpressionCounterCounter. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-