Learn R Programming

rsurfer (version 0.2)

extract.brain.features: Extract All MRI Brain Features

Description

This command takes a data frame as input and extracts all the features segmented by 'Freesurfer'. Note that the MRIs must be processed with the 'hippocampal-subfields' flag when 'Freesurfer' is invoked.

Usage

extract.brain.features(data, additionalFields = c())

Arguments

data

The subject data to extract from

additionalFields

Any additional fields to extract data from

Value

The MRI brain features

Examples

Run this code
# NOT RUN {
data <- generaterandomsubjects()
extract.brain.features(data)
# }

Run the code above in your browser using DataLab