| report_mods {MSnID} | R Documentation |
Parses out masses from the modification column and return them as
table with counts.
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
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)