Description Usage Arguments Value
View source: R/RImaGen-functions.r
Read flattened ROIs from a list of NIfTI files using a cluster of choice.
1 2 3 | readFlatROIs(paths, ids, subFactor = 0, mask = NULL, method = c("FLIRT",
"SUBSAMP2"), nCores = getOption("mc.cores", detectCores(logical = FALSE)),
clType = "PSOCK", makeCluster = TRUE, userCluster = NULL)
|
paths |
A list of paths to the NIfTI files. |
ids |
A list of subject IDs. |
subFactor |
Downsampling factor. |
mask |
Image mask (a |
method |
Downsampling method. |
nCores |
number of cores to use. Default: all physical cores available |
clType |
cluster type. Default: |
makeCluster |
|
userCluster |
Cluster to use specified by the user. If |
Array of chosen voxel intensities for all the subjects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.