This Function Loads a network object from synapse using its synapse ID and the type of network, ie graphml.

network_load(syn_id, form, synap_import)

Arguments

syn_id

the networks synID

form

the format of the netwrok file eg. "graphml"

synap_import

is the reticulated imported synapse from log_into_synapse()$synapse

Value

an igraph network object

Examples

if (FALSE) { syn <- log_into_synapse() net_example <- network_load( syn_id = 'syn23247263', form = 'graphml', synap_import = syn$synapse ) }