eigenstrapping.datasets.load_genepc

eigenstrapping.datasets.load_genepc(join=False)[source]

Download and return the Allen Human Brain Atlas gene PC1 in fsaverage5 space.

Parameters:

join (bool, optional) – If True, return both hemispheres in one array. If False, return two hemispheres separately. Default is False.

Returns:

if join is True then returns ndarray of shape (20484,) Gene PC1 data in fsaverage5 space

Return type:

tuple of ndarrays of shape (10242,) (10242,)