get_paths | R Documentation |
This function takes one of three inputs:
csv file where pathway title is in the first column and subsequent columns contain genes of that pathway
A gmt file
A tidy formatted list where pathway name is contained in the first column and the genes of that pathway are in the second column
get_paths(pathway_filepath)
pathway_filepath |
filepath to csv or gmt file |
list of pathways with corresponding genes
## Not run:
pathways <- get_paths(
"Documents/gene_list.csv"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.