summarizeRepl {lpNet}R Documentation

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

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

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


[Package lpNet version 2.20.0 Index]