aggregateMedian | R Documentation |
This function should be used from within makePeptideTable
or
makeProteinTable
. It aggregates values by calculating the
median for each column of wp
.
aggregateMedian(wp)
wp |
Matrix with columns corresponding to samples and rows corresponding to peptide entries. |
A numeric vector with aggregated values
## Not run:
library(proteusLabelFree)
data(proteusLabelFree)
prodat <- makeProteinTable(pepdat.clean, aggregate.fun=aggregateMedian)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.