White whole
READER_DESCRIPTION = 'Data extracted from %s - all connectivity from White et al. 1986)' % get_dataset_source_on_github(filename.split('/')[-1])
module-attribute
read_data = my_instance.read_data read_muscle_data = my_instance.read_muscle_data
get_instance(from_cache=LOAD_READERS_FROM_CACHE_BY_DEFAULT)
Uses WhiteDataReader
to load data on the whole worm connectome, including pharynx and ventral cord
Returns:
Name | Type | Description |
---|---|---|
WhiteDataReader |
The initialised connectome reader |
Source code in cect/White_whole.py
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
|