Description Usage Arguments Value Author(s) See Also Examples
View source: R/EDA_functions.R
Computes the number of proteins identified, the total spectral counts, and a summary of each sample
1 | count.stats(msnset)
|
msnset |
A MSnSet with spectral counts in the expression matrix. |
A data frame with one row by sample and with variables:
proteins |
Number of identified proteins in sample |
counts |
Total spectral counts in sample |
min |
Min spectral counts |
lwh |
Tukey's lower hinge spectral counts |
med |
Median spectral counts |
hgh |
Tukey's upper hinge spectral counts |
max |
Max spectral counts |
Josep Gregori
1 2 3 4 | data(msms.dataset)
msnset <- pp.msms.data(msms.dataset)
res <- count.stats(msnset)
res
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.