Learn R Programming

lpNet (version 2.4.0)

summarizeRepl: Summarize Replicate Measurements

Description

The function returns the the summarized replicate measuremenst.

Usage

summarizeRepl(data,type=median)

Arguments

data
The data matrix.
type
The summarization type which shall be used. Default: median.

Value

Numeric matrix: the summarized data.

Examples

Run this code
data("SahinRNAi2008")
## process data
dataStim <- dat.normalized[dat.normalized[ ,17] == 1, -17]

# summarize replicates 
dataSt <- t(summarizeRepl(dataStim, type=mean))

Run the code above in your browser using DataLab