Description Usage Arguments Value Author(s) See Also Examples
Reports quality for a given level of identification (spectra, peptide or protein).
1  |     id_quality(object, filter=NULL, level=c("PSM", "peptide", "accession"))
 | 
object | 
 An instance of class "MSnID".  | 
filter | 
 Optional argument.
Either an instance of MSnIDFilter class or a   | 
level | 
 Level at which the filter will be evaluated. Possible values are "PSM", "peptide" and "accession". Multiple are OK. Default is all of them.  | 
Returns a matrix with with column names "fdr" and "n". Column "n" contains the number of features (spectra, peptides or proteins/accessions) passing the filter. Column "fdr" is the false discovery rate (i.e. identification confidence) for the corresponding features. Row names correspond to the provided levels.
Vladislav A Petyuk vladislav.petyuk@pnnl.gov
1 2 3  | data(c_elegans)
id_quality(msnidObj, level="peptide")
id_quality(msnidObj, filter="`MS-GF:PepQValue` < 0.01", level="peptide")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.