extract_time_series_mean_rw: extract_time_series_mean_rw

View source: R/extract_time_series_mean_rw.R

extract_time_series_mean_rwR Documentation

extract_time_series_mean_rw

Description

extract_time_series_mean_rw

Usage

extract_time_series_mean_rw(
  in_path_data,
  in_path_mask,
  in_path_labels = NULL,
  out_path,
  overwrite = FALSE
)

Arguments

in_path_data

path to nifti data for time series extraction

in_path_mask

path to nifti mask applied to data for time series extraction (mask can be a 4D nifti file with a different region of interest in each 4th dimension)

in_path_labels

path to labels .csv file with a single column of labels with no header (default: NULL)

out_path

path to output .csv file of time/volume (rows) by regions of interest (column)

overwrite

option to overwrite out_path file (default: FALSE)


epongpipat/ppi documentation built on Jan. 31, 2024, 1:02 p.m.