readSubject: readSubject

Description Usage Arguments Details Value Author(s) Examples

View source: R/readSubject.R

Description

A utility function for parsing the output of MRIcloud volumetric output

Usage

1
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

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

neuroconductor/MRIcloudT1volumetrics documentation built on May 19, 2021, 5:17 a.m.