sea2mass | R Documentation |
This function translates singular enrichment analysis results and extracts the required information for mass spectometry searching tools. The subset of protein modifications is from https://raw.githubusercontent.com/HUPO-PSI/psi-mod-CV/master/PSI-MOD.obo.
sea2mass(x, sig.level = 0.05, number.rep = NULL)
x |
A dataframe of single enrichment analysis results generated by |
sig.level |
The significance level to filter pathways (applies on adjusted p-value). Default value is 0.05. |
number.rep |
Only consider PTM terms that occurred more than a specific number of times in UniProt. This number is set by number.rep parameter. The default value is NULL. |
A database of subset of protein modifications:
id: a unique identification for each subset of protein modifications, PSI-MOD.
name: the name of modification.
def: definition of PSI-MOD definition
enrich1 <- runEnrichment(protein = exmplData1$pl1, os.name = 'Homo sapiens (Human)')
MS <- sea2mass(x = enrich1, sig.level = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.