Description Usage Arguments Value Author(s) See Also Examples
Parses out masses from the modification
column and return them as
table
with counts.
1 | report_mods(object, ...)
|
object |
An instance of class "MSnID". |
... |
currently not used |
Counts of each modification mass listed in modification column
.
Vladislav A Petyuk vladislav.petyuk@pnnl.gov
1 2 3 4 5 6 7 | msnidObj <- MSnID(".")
mzids <- system.file("extdata","phospho.mzid.gz",package="MSnID")
msnidObj <- read_mzIDs(msnidObj, mzids)
# reports the masses and number of their occurences
report_mods(msnidObj)
# clean-up cache
unlink(".Rcache", recursive=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.