ltop {lfc} | R Documentation |
Inverse logit transformation to obtain proportion representation from the log fold change representation.
Description
Inverse logit transformation to obtain proportion representation from the log fold change representation.
Usage
ltop(l)
Arguments
l |
Effect size in log2 fold change representation |
Value
The proportion representation of the effect size
See Also
ptol
Other Effect size representations:
ptol()
Examples
ptol(0)
ptol(1)
[Package lfc version 0.2.3 Index]