summarizeRepl: Summarize Replicate Measurements

Description Usage Arguments Value Examples

View source: R/summarizeRepl.R

Description

The function returns the the summarized replicate measuremenst.

Usage

1

Arguments

data

The data matrix.

type

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

Value

Numeric matrix: the summarized data.

Examples

1
2
3
4
5
6
data("SahinRNAi2008")
## process data
dataStim <- dat.normalized[dat.normalized[ ,17] == 1, -17]

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

lpNet documentation built on Nov. 8, 2020, 7:08 p.m.