add_psp | R Documentation |
Add PhosphoSitePlus literature counts
add_psp(
object,
pspfile = file.path(R_user_dir("autonomics", "cache"), "phosphositeplus",
"Phosphorylation_site_dataset.gz")
)
object |
SummarizedExperiment |
pspfile |
phosphositeplus file |
Go to www.phosphosite.org
Register and Login.
Download Phosphorylation_site_dataset.gz'.
Save into: file.path(R_user_dir('autonomics','cache'),'phosphositeplus')
SummarizedExperiment
fosfile <- system.file('extdata/billing19.phosphosites.txt', package = 'autonomics')
profile <- system.file('extdata/billing19.proteingroups.txt', package = 'autonomics')
object <- read_maxquant_phosphosites(fosfile = fosfile, profile = profile)
fdt(object)
object %<>% add_psp()
fdt(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.