sample.median | 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>
## Not run:
library(RPPanalyzer)
data(dataI)
dataI_bgcorr <- correctBG(dataI,method="normexp")
data.median <- sample.median(dataI_bgcorr)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.