summarizeRepl {lpNet} | R Documentation |
The function returns the the summarized replicate measuremenst.
summarizeRepl(data,type=median)
data |
The data matrix. |
type |
The summarization type which shall be used. Default: median. |
Numeric matrix: the summarized data.
data("SahinRNAi2008") ## process data dataStim <- dat.normalized[dat.normalized[ ,17] == 1, -17] # summarize replicates dataSt <- t(summarizeRepl(dataStim, type=mean))