network_load: Re-Load the networks and calc meterics

network_loadR Documentation

Re-Load the networks and calc meterics

Description

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

Usage

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

## Not run: 
syn <- log_into_synapse()
net_example <- network_load(
     syn_id = 'syn23247263', 
     form = 'graphml',
     synap_import = syn$synapse
)

## End(Not run)

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