powered by
POST /protein/in-pathway
protein_in_pathway(uniprot_id_list, mode = c("table", "raw"))
A list of protein UniProt IDs
If mode = "table", returns a data frame (a tibble as per tidyverse convention). If mode = "raw", returns a raw response from EpiGraphDB API with minimal parsing done by httr.
mode = "table"
tibble
tidyverse
mode = "raw"
httr
Data from POST /protein/in-pathway
# NOT RUN { protein_in_pathway(uniprot_id_list = c("014933", "060674", "P32455")) # }
Run the code above in your browser using DataLab