read_phosphosite: Read in PhosphoSitePlus phosphorylation site data

View source: R/read_phosphosites.R

read_phosphositeR Documentation

Read in PhosphoSitePlus phosphorylation site data

Description

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.

Usage

read_phosphosite(path)

Arguments

path

The path to the unzipped kinase substrate file.

Examples

phosphosite_path <- system.file('extdata', 'phosphorylation_site_dataset_head', package = 'phosphocie')
phosphosite <- phosphocie:::read_phosphosite(phosphosite_path)


casblaauw/phosphocie documentation built on March 30, 2022, 8:28 p.m.