export_prior | R Documentation |
Export the priors (mean, variance, and FC) as separate files for
visualization or processing outside of BayesBrainMap
.
export_prior(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 priors 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 prior includes functional connectivity components,
the FC prior and its mean and variance will be included.
## Not run:
tm <- estimate_prior(cii1_fnames, cii2_fnames, gICA_fname, usePar=FALSE)
export_prior(tm, out_fname="my_prior", var_method="unbiased")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.