View source: R/extract_from_api.R
phospho_site_info | R Documentation |
Reduces data.frame of features to just phosphorylation sites. Uses a subsetting step and a grep with the pattern "Phospho".
phospho_site_info(features)
features |
A dataframe of protein features, for example created by the feature_to_dataframe() function. |
A dataframe that only contains protein phosphorylation sites from Uniprot
data("five_rel_data")
sites <- phospho_site_info(five_rel_data)
head(sites)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.