protein_in_pathway: For the list of proteins, returns their associated pathway...

View source: R/protein.R

protein_in_pathwayR Documentation

For the list of proteins, returns their associated pathway data

Description

POST /protein/in-pathway

Usage

protein_in_pathway(uniprot_id_list, mode = c("table", "raw"))

Arguments

uniprot_id_list

A list of protein UniProt IDs

mode

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.

Value

Data from POST /protein/in-pathway

Examples

## Not run: 
protein_in_pathway(uniprot_id_list = c("014933", "060674", "P32455"))

## End(Not run)

MRCIEU/epigraphdb-r documentation built on Aug. 29, 2022, 4:05 a.m.