logList {RPPanalyzer} | R Documentation |
Logarithmize (log2) the first two RPPA list elements, i.e. foreground and background signal intensities
Description
Function to logarithmize (log2) the first two RPPA list elements, i.e. foreground and background signal intensities.
Usage
logList(x)
Arguments
x |
list of 4 elements ( |
Value
x.log |
list of 4 elements like the input but with log2 values of |
Author(s)
Silvia von der Heyde
Examples
## 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)
[Package RPPanalyzer version 1.4.9 Index]