kfresults_getData: Extract TAC data from kinfitresults

View source: R/pipeline_outputs.R

kfresults_getDataR Documentation

Extract TAC data from kinfitresults

Description

Extract TAC data from a kinfitresults.mat file

Usage

kfresults_getData(matfile, use_rmatio = FALSE, use_SparseM = FALSE)

Arguments

matfile

Filename of the kinfitresults file

use_rmatio

Should rmatio be used for extraction? It tends to be faster, but sometimes fails. But sometimes only rmatio works. I have no idea why...

use_SparseM

Try setting this to true if things aren't working with rmatio or without. Use without rmatio.

Value

List with the sizes of all rois, the subject name, PET number, and TAC data

Examples

abcd_out <- kfresults_getData('abcd_1_kinfitresults.mat')


mathesong/kipettools documentation built on Feb. 5, 2024, 10:10 p.m.