readSubject: readSubject

View source: R/readSubject.R

readSubjectR Documentation

readSubject

Description

A utility function for parsing the output of MRIcloud volumetric output

Usage

readSubject(fileLoc)

Arguments

fileLoc

the location of the volumetric processed output text file

Details

This function takes in a filename that consist of volumetric output from MRIcloud. It then parses it into a list of dataframes of the various combinations of levels and outputs. It requires the full path of to the file as text input.

Value

A list containing one list element per type/level combination

Author(s)

Brian Caffo

Examples

fileLoc = system.file("extdata", 
"kirby127a_3_1_ax_283Labels_M2_corrected_stats.txt", 
package="MRIcloudT1volumetrics")
test = readSubject(fileLoc)
test[[1]]

neuroconductor-devel/MRIcloudT1volumetrics documentation built on Feb. 19, 2025, 4:13 a.m.