protein_in_pathway {epigraphdb} | R Documentation |
For the list of proteins, returns their associated pathway data
Description
Usage
protein_in_pathway(uniprot_id_list, mode = c("table", "raw"))
Arguments
uniprot_id_list |
A list of protein UniProt IDs |
mode |
If |
Value
Data from POST /protein/in-pathway
Examples
## Not run:
protein_in_pathway(uniprot_id_list = c("014933", "060674", "P32455"))
## End(Not run)
[Package epigraphdb version 0.2.3 Index]