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

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