Learn R Programming

VertexWiseR (version 1.3.1)

fs5_to_fs6: fsaverage5 to fsaverage6

Description

Remaps vertex-wise surface data in fsaverage5 space to fsaverage6 space using the nearest neighbor approach

Usage

fs5_to_fs6(surf_data)

Value

A matrix object containing vertex-wise surface data mapped in fsaverage6 space

Arguments

surf_data

A N x V matrix object containing the surface data (N row for each subject, V for each vertex), in fsaverage5 (20484 vertices) space. See also SURFvextract() output format.

See Also

fs6_to_fs5

Examples

Run this code
CTv = runif(20484,min=0, max=100);
CTv_fs6 = fs5_to_fs6(CTv);

Run the code above in your browser using DataLab