modsToTable | R Documentation |
Convert list of (mixed)modifications to a frequency table
modsToTable(mod_list)
mod_list |
A vector with modifications, each for a specific peptide. Multiple mods per entry are allowed, each separated by comma. |
A data.frame with 'modification_names' and 'Freq' (0-100)
modsToTable(c("Ox (M)",
"Unmodified",
"Ox (M),Acetyl (Prot N-term)",
"2 Ox (M)",
"Unmodified",
"Unmodified"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.