logList | R Documentation |
Function to logarithmize (log2) the first two RPPA list elements, i.e. foreground and background signal intensities.
logList(x)
x |
list of 4 elements ( |
x.log |
list of 4 elements like the input but with log2 values of |
Silvia von der Heyde
## Not run:
library(RPPanalyzer)
# input data
dataDir<-system.file("extdata",package="RPPanalyzer")
x<-dataPreproc(dataDir=dataDir, blocks=12, spot="aushon", exportNo=4)
x.norm<-x$normdat
# get log2 list
x.log<-logList(x.norm)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.