netneurotools.datasets.fetch_hansen_receptors
- netneurotools.datasets.fetch_hansen_receptors(force=False, data_dir=None, verbose=1)[source]
Download files from Hansen et al., 2022, Nature Neuroscience.
This dataset contains
If you used this data, please cite [1].
Important
If you use this dataset, please also cite the original data sources. See the original publication or neuromaps for more information.
- Returns:
filenames – Dictionary-like object with fetched data.
- Return type:
- Other Parameters:
force (bool, optional) – If True, will overwrite existing dataset. Default: False
data_dir (str, optional) – Path to use as data directory. If not specified, will check for environmental variable ‘NNT_DATA’; if that is not set, will use ~/nnt-data instead. Default: None
verbose (int, optional) – Modifies verbosity of download, where higher numbers mean more updates. Default: 1
References