get_pathway_list_from_graphite | R Documentation |
Get list of data.table representing pathways using the graphite package. This could take a while so better to use more than a single core
get_pathway_list_from_graphite( source = "reactome", minimal_number_of_nodes = 10, num_of_cores = 1 )
source |
A string representing the graphite source to use. Default is Reactome |
minimal_number_of_nodes |
An int, lower bound on the number of pathway genes return A list of data.tables, each representing a single network |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.