Description Usage Arguments Value Examples
Parcellate an image using an atlas.
1 | parcellate(x, atlas, col_roi = "parcel")
|
x |
to-be-parcellated data matrix, with vertices/voxels as rows |
atlas |
an atlas object, defined in the same space as the data matrix |
col_roi |
character giving the name of the column in |
a list of matrices, one per ROI
1 2 3 | x <- as.matrix(1:nrow(schaefer2018_7_100_fsaverage5$data))
x_parc <- parcellate(x, schaefer2018_7_100_fsaverage5)
str(x_parc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.