View source: R/export_template.R
export_template | R Documentation |
Export the templates (mean and variance) as separate files for
visualization or processing outside of templateICAr
.
export_template(
x,
out_fname = NULL,
var_method = c("non-negative", "unbiased")
)
x |
The result of |
out_fname |
Use |
var_method |
|
If is.null(out_fname)
, the templates in data matrix,
"xifti"
, or "nifti"
format, to match the format of the
original BOLD data. Otherwise, the paths to the new files specified by
out_fname
. If template includes functional connectivity components,
the FC template and its mean and variance will be included.
## Not run:
tm <- estimate_template(cii1_fnames, cii2_fnames, gICA_fname)
export_template(tm, out_fname="my_template", var_method="unbiased")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.