Learn R Programming

RPPanalyzer (version 1.3)

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

Description

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

Usage

sample.median(x)

Arguments

x
List with RPPA data set

Value

  • expressionmatrix with protein expression data
  • error_madmatrix with error values
  • arraydescriptiondata frame with feature data
  • sampledescriptiondata frame with pheno data

Examples

Run this code
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