View source: R/read_phosphosites.R
read_phosphosite | R Documentation |
Wrapper around readr::read_tsv()
that cleans up the default phosphorylation
site data to have nicer columns, cleaner values, and a prepared unique site ID.
read_phosphosite(path)
path |
The path to the unzipped kinase substrate file. |
phosphosite_path <- system.file('extdata', 'phosphorylation_site_dataset_head', package = 'phosphocie') phosphosite <- phosphocie:::read_phosphosite(phosphosite_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.