sample.median {RPPanalyzer} | R Documentation |
Aggregates the replicates in an RPPA data list using the median function.
sample.median(x)
x |
List with RPPA data set |
expression |
matrix with protein expression data |
error_mad |
matrix with error values |
arraydescription |
data frame with feature data |
sampledescription |
data frame with pheno data |
Heiko Mannsperger <h.mannsperger@dkfz.de>
library(RPPanalyzer) data(dataI) dataI_bgcorr <- correctBG(dataI,method="normexp") data.median <- sample.median(dataI_bgcorr)