powered by
Aggregates the replicates in an RPPA data list using the median function.
sample.median(x)
List with RPPA data set
matrix with protein expression data
matrix with error values
data frame with feature data
data frame with pheno data
library(RPPanalyzer) data(dataI) dataI_bgcorr <- correctBG(dataI,method="normexp") data.median <- sample.median(dataI_bgcorr)
Run the code above in your browser using DataLab