Description Usage Arguments Details Value References
Calculate Framewise Displacement (FD)
1 2 3 4 5 6 7 8 |
X |
An N by 6 matrix in which the first three columns represent the
translational RPs ( Alternatively, this can be the file path to an N by 6 matrix which can be
read with |
trans_units |
|
rot_units |
|
brain_radius |
If If |
detrend |
Detrend each RP with the DCT before computing FD?
Default: |
cutoff |
FD values higher than this will be flagged. Default: |
The FD formula is taken from Power et. al. (2012):
FD_i = | Δ x_i | + | Δ y_i | + | Δ z_i | + | Δ α_i | + | Δ β_i | + | Δ γ_i |
where i is the timepoint; x, y and z are the translational realignment parameters (RPs); α, β and γ are the rotational RPs; and Δ x_i = x_{i-1} - x_i (and similarly for the other RPs).
A list with components
A length N vector of FD values in trans_units
.
"FD"
cutoff
A length-N logical vector, where TRUE
indicates suspected outlier presence.
Power, J. D., Barnes, K. A., Snyder, A. Z., Schlaggar, B. L. & Petersen, S. E. Spurious but systematic correlations in functional connectivity MRI networks arise from subject motion. Neuroimage 59, 2142-2154 (2012).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.