brainstat.context.utils.load_enigma_histology

brainstat.context.utils.load_enigma_histology(parcellation, n=None)[source]

Loads MPC gradient from the enigma toolbox.

Parameters
  • parcellation (str) – Name of a parcellation. Valid values are: ‘aparc’, ‘glasser’, ‘schaefer’.

  • n (int, optional) – Number of regions in the parcellation. Only used for schaefer parcellations. Valid values are 100, 200, 300, 400. By default None.

Returns

numpy.array – BigBrain derived microstructural profile covariance gradient 1.

Notes

This function is likely to be removed in a future update. It is strongly discouraged to use this function.