read_netphorest | R Documentation |
Read in NetPhorest input. Keeps only kinase scores.
read_netphorest( path, return_long = FALSE, cols_to_keep = c("fasta_id", "position", "residue", "fragment_11") )
path |
Path to the netphorest output file |
return_long |
Optional boolean: whether to return the data in long format (kinases on rows, like raw data), or whether to widen data (kinases as columns, for use with U-CIE). Default is false (return wide) |
cols_to_keep |
Columns to keep when pivoting to wide data. By default, keeps 'fasta_id', 'position', 'residue', and 'fragment_11', and drops 'method', 'organism', and 'binder_type'. |
A tibble with site/protein data and kinase scores
kinsub_netphorest_path <- system.file('extdata', 'kinsub_human_netphorest', package = 'phosphocie') kinsub_netphorest <- read_netphorest(kinsub_netphorest_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.