neuromaps.datasets.available_annotations

neuromaps.datasets.available_annotations(source=None, desc=None, space=None, den=None, res=None, hemi=None, tags=None, format=None, return_restricted=False)[source]

Lists datasets available via fetch_annotation()

Parameters
  • source (str or list-of-str) – Values on which to match annotations. If not specified annotations with any value for the relevant key will be matched. Default: None

  • desc (str or list-of-str) – Values on which to match annotations. If not specified annotations with any value for the relevant key will be matched. Default: None

  • space (str or list-of-str) – Values on which to match annotations. If not specified annotations with any value for the relevant key will be matched. Default: None

  • den (str or list-of-str) – Values on which to match annotations. If not specified annotations with any value for the relevant key will be matched. Default: None

  • res (str or list-of-str) – Values on which to match annotations. If not specified annotations with any value for the relevant key will be matched. Default: None

  • hemi (str or list-of-str) – Values on which to match annotations. If not specified annotations with any value for the relevant key will be matched. Default: None

  • tags (str or list-of-str) – Values on which to match annotations. If not specified annotations with any value for the relevant key will be matched. Default: None

  • format (str or list-of-str) – Values on which to match annotations. If not specified annotations with any value for the relevant key will be matched. Default: None

  • return_restricted (bool, optional) – Whether to return restricted annotations. These will only be accesible with a valid OSF token. Default: True

Returns

datasets – List of available annotations

Return type

list-of-str