sif_loader: Load and Add namees to a list SIF formatted files

View source: R/functions.R

sif_loaderR Documentation

Load and Add namees to a list SIF formatted files

Description

The purpose of this function is to load multiple SIF files directly form synapse

Usage

sif_loader(sifs, synap_import)

Arguments

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

Value

a list of SIF dataframes named by the names of the input vector and an igraph network object

Examples

## 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)  

jgockley62/igraphNetworkExpansion documentation built on April 15, 2022, 12:14 a.m.