Learn R Programming

msmsEDA (version 1.10.0)

count.stats: Summary of statistics of spectral counts by sample in the dataset

Description

Computes the number of proteins identified, the total spectral counts, and a summary of each sample

Usage

count.stats(msnset)

Arguments

msnset
A MSnSet with spectral counts in the expression matrix.

Value

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

See Also

MSnSet, fivenum

Examples

Run this code
data(msms.dataset)
msnset <- pp.msms.data(msms.dataset)
res <- count.stats(msnset)
res

Run the code above in your browser using DataLab