JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Method Summary
Enum Constant Details
LINEAR
LN
LOG2
LOG10
LOG1P
LOGBASEUNKNOWN
FOLDCHANGE
UNSCALED
PERCENT1
PERCENT
COUNT
OTHER
Method Details
values()
valueOf(String)
Enum Constant Summary
Enum Constants
Indicates value was (originally) an integer count of something, such as RNAseq reads.
This is effectively the opposite of "log-transformed" (or any other transformation)
Data is log-transformed with a natural log.
Data is log-transformed with a base 10 log.
Data is log-transformed as per ln X + 1
Data is log-transformed with a base 2 log.
Data is log-transformed, but the base is unknown.
Constrained to be a value between 0 and 100.
Constrained to be a value between 0 and 1.
An unscaled measurement is one that has no inherent scale; e.g., a categorical value.
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf