detect_log2 | R Documentation |
Confirm expmat log2(+1) transfered by detection
detect_log2(data = expmat)
data |
expression matrixs |
log2(+1) transformed matrixs
library(Dbio) expmat <- get_matrixs("GSE54566", "./") expmat2 <- detect_log2(expmat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.