sample.median: Aggregate the replicates in an RPPA data set

Description Usage Arguments Value Author(s) Examples

Description

Aggregates the replicates in an RPPA data list using the median function.

Usage

1

Arguments

x

List with RPPA data set

Value

expression

matrix with protein expression data

error_mad

matrix with error values

arraydescription

data frame with feature data

sampledescription

data frame with pheno data

Author(s)

Heiko Mannsperger <h.mannsperger@dkfz.de>

Examples

1
2
3
4
5
6
	library(RPPanalyzer)
	
   data(dataI)
   dataI_bgcorr <- correctBG(dataI,method="normexp")
	
	data.median <- sample.median(dataI_bgcorr)

RPPanalyzer documentation built on May 2, 2019, 6:10 p.m.