View source: R/Mean.in.log2space.R
| Mean.in.log2space | R Documentation |
Applies the log2 to the mean of ((2^x - pseudo count) + pseudo count).
Mean.in.log2space(x, pseudo.count)
x |
Data |
pseudo.count |
A pseudocount value |
Values
#dataBulk
#url <- "https://github.com/sistia01/DWLS/raw/main/inst/extdata/dataBulk.RData"
#dest <- "data/dataBulk.RData"
#download.file(url, dest)
#load("data/dataBulk.RData")
load(system.file("extdata", "dataBulk.RData", package = "DWLS"))
Mean.in.log2space(dataBulk, 0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.