sif_loader | R Documentation |
The purpose of this function is to load multiple SIF files directly form synapse
sif_loader(sifs, synap_import)
sifs |
a caracter vector value of a synID corresponding to a SIF file |
synap_import |
is the reticulated imported synapse from log_into_synapse()$synapse eg. syn |
a list of SIF dataframes named by the names of the input vector and an igraph network object
## Not run: syn <- igraphNetworkExpansion::log_into_synapse() sifs <- c('syn21914063', 'syn21914056') names(sifs) <- ('Detailed', 'bind') sif_file <- sif_boot( sifs, synap_import ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.