├── LICENSE ├── Matlab ├── centroid_extraction_sphere.m ├── perm_sphere_p.m └── rotate_parcellation.m ├── R ├── perm.sphere.p.R └── rotate.parcellation.R ├── README.md ├── sphere_HCP.txt └── spherical_permutation_example.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantisekvasa/rotate_parcellation/HEAD/LICENSE -------------------------------------------------------------------------------- /Matlab/centroid_extraction_sphere.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantisekvasa/rotate_parcellation/HEAD/Matlab/centroid_extraction_sphere.m -------------------------------------------------------------------------------- /Matlab/perm_sphere_p.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantisekvasa/rotate_parcellation/HEAD/Matlab/perm_sphere_p.m -------------------------------------------------------------------------------- /Matlab/rotate_parcellation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantisekvasa/rotate_parcellation/HEAD/Matlab/rotate_parcellation.m -------------------------------------------------------------------------------- /R/perm.sphere.p.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantisekvasa/rotate_parcellation/HEAD/R/perm.sphere.p.R -------------------------------------------------------------------------------- /R/rotate.parcellation.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantisekvasa/rotate_parcellation/HEAD/R/rotate.parcellation.R -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantisekvasa/rotate_parcellation/HEAD/README.md -------------------------------------------------------------------------------- /sphere_HCP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantisekvasa/rotate_parcellation/HEAD/sphere_HCP.txt -------------------------------------------------------------------------------- /spherical_permutation_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frantisekvasa/rotate_parcellation/HEAD/spherical_permutation_example.png --------------------------------------------------------------------------------