aggregateHifly | R Documentation |
Function to aggregate peptides into proteins using a hi-flyer method of Silva et al. 2006 (http://www.mcponline.org/content/5/1/144.full.pdf).
aggregateHifly(wp, hifly = 3)
wp |
Intensity table with selection of peptides for this protein |
hifly |
Number of high-fliers |
This function should be used from within makeProteinTable
. The
"hifly" method is a follows.
For a given protein find all corresponding peptides.
In each replicate, order intensities from the highest to the lowest. This is done separately for each replicate.
Select n top rows of the ordered table.
In each replicate, find the mean of these three rows. This is the estimated protein intensity.
A numeric vector with aggregated protein intensities
## Not run:
library(proteusLabelFree)
data(proteusLabelFree)
prodat <- makeProteinTable(pepdat.clean, aggregate.fun=aggregateHifly, hifly=3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.