list_load | R Documentation |
Loads a gene list. If is_syn is TRUE file_path is interperated as a synapse ID. Otherwise file_path is interperated as a file path.
list_load(file_path, network, is_syn = FALSE, synap_import = NULL)
file_path |
the igraph network to push to synapse eg. net |
network |
igraph network object to use to filter the vertices From |
is_syn |
is the list a synapse ID default=FALSE |
synap_import |
is the reticulated imported synapse from log_into_synapse()$synapse default value is NULL |
genes from the input present within the network
data(slim_net, package = "igraphNetworkExpansion") all_goterms <- list( c( 'syn25185319', system.file( "extdata/inputlists/", "APP_Metabolism.txt", package = "igraphNetworkExpansion"), "APP Metabolism" ), c( 'syn25185320', system.file( "extdata/inputlists/", "Endolysosomal.txt", package = "igraphNetworkExpansion"), "Endolysosomal" ) ) list_load( all_goterms[[1]][2], network = slim_net )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.