Performs degree centrality on a dataset using a given maskfile
Usage
ni_afni_lfcd(
in_file,
args = NULL,
autoclip = NULL,
automask = NULL,
mask = NULL,
out_file = NULL,
polort = NULL,
thresh = NULL,
.cwd = NULL,
.env = NULL,
.engine = NULL,
.profile = NULL,
dry_run = FALSE,
echo = interactive()
)Arguments
- in_file
Character; file path. input file to 3dLFCD Required.
- args
Character. Additional parameters to the command
- autoclip
Logical. Clip off low-intensity regions in the dataset
- automask
Logical. Mask the dataset to target brain-only voxels
- mask
Character; file path. mask file to mask input data
- out_file
Character; file path. output image file name
- polort
Integer
- thresh
Numeric. threshold to exclude connections where corr <= thresh
- .cwd
Working directory override.
- .env
Named character vector of environment variables.
- .engine
Execution engine override.
- .profile
Runtime profile override.
- dry_run
Logical; preview command without executing.
- echo
Logical; echo stdout/stderr in real time.