History of AFNI updates  

|
March 22, 2021 11:05PM
Hi, Ellen-

For diffusion-based matrices (*.grid files, from 3dTrackID), each matrix element should be >0 if a tract was found, and only 0 if a tract was not found. It would make sense that those could then be treated as NA in R.

For FMRI-based matrices (*.netcc files, from 3dNetCorr), it is *possible* that a matrix element could be exactly zero from correlation (though, veeery small but nonzero is more likely for cases of being highly uncorrelated). So I think you would basically always want all FMRI elements, even the zeros.

--pt
Subject Author Posted

Using fat_mat_tableize.py for .grid output

eji March 17, 2021 11:22AM

Re: Using fat_mat_tableize.py for .grid output

ptaylor March 18, 2021 09:29PM

Re: Using fat_mat_tableize.py for .grid output

eji March 22, 2021 12:04PM

Re: Using fat_mat_tableize.py for .grid output

ptaylor March 22, 2021 02:17PM

Re: Using fat_mat_tableize.py for .grid output

eji March 22, 2021 02:59PM

Re: Using fat_mat_tableize.py for .grid output

ptaylor March 22, 2021 11:05PM

Re: Using fat_mat_tableize.py for .grid output

eji March 23, 2021 02:59AM

Re: Using fat_mat_tableize.py for .grid output

ptaylor March 23, 2021 10:12AM