sif_boot | R Documentation |
The purpose of this function is to load SIF files direct form synapse
sif_boot(sif, sif_name, synap_import)
sif |
a caracter vector value of a synID corresponding to a SIF file |
sif_name |
the name of a variable corresponding to a vector value that is a synID |
synap_import |
is the reticulated imported synapse from log_into_synapse()$synapse eg. syn |
a dataframe object of the SIF file named the value of sif_name
## Not run: syn <- igraphNetworkExpansion::log_into_synapse() sifs <- c('syn21914063') names(sifs) <- ('Detailed') sif_file <- sif_boot( sifs, namse(sifs), synap_import ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.