View source: R/pipeline_outputs.R
kfresults_getData | R Documentation |
Extract TAC data from a kinfitresults.mat file
kfresults_getData(matfile, use_rmatio = FALSE, use_SparseM = FALSE)
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. |
List with the sizes of all rois, the subject name, PET number, and TAC data
abcd_out <- kfresults_getData('abcd_1_kinfitresults.mat')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.