dynamicalab.connectomes

dynamicalab.connectomes(save_path)[source]

Iterator through all connectomes datasets.

Parameter

save_path : String
Directory to which the data will be saved.

Example

for data in dlb.connectomes("./da"):
        G = data.graph()

Note

It loads all methods of Dynamicalab for which the name contains connectomes_. Therefore, the name convention must be enforced.