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