Connectomes convergence in the number of fibers

Hi,

I was studying the minimum number of fibers I need to get the same connectome. I’m using the next command to get the tractogram.

  time tckgen ${calc_path}wmfod_norm.mif \
  ${mrtrix_path}tracks.tck \
  -act ${image_5tt} \
  -backtrack -crop_at_gmwmi \
  -seed_dynamic ${calc_path}wmfod_norm.mif \
  -minlength 20 \
  -select ${number_of_tracts} \
  -nthreads ${ncores} -force

Where ${number_of_tracts} is a number that changes from 100K to 20M (100K, 200K, 500K, 1M, 5M, 10M, 20M). Then, I create the connectome with this command:

time tck2connectome -symmetric -zero_diagonal ${mrtrix_path}tracks_20M.tck \
${calc_path}${aparc_aseg_mask_HR} \
${mrtrix_path}conn_N_mean_20M_${parcellation_name}.txt \
-out_assignment ${mrtrix_path}assig_conn_N_mean_20M.txt \
-nthreads ${ncores} -force

My intention with this experiment was to find the minimum amount of tracts I need so my connectome stabilizes. However, when I computed the connectome, I always found the same pattern in the connectome and they all got a Pearson correlation product of 0.99 with the 20M connectome. Here a couple of pictures of the connectomes normalized so I can compare them. They change in the number of total fibers but not in their aspect:

image

image

Is there anything written or discussed about this topic? Do you think this is an expected behavior?

Thanks for your help!

1 Like

Hi, cgalau

This is a very interesting problem, I guess it might have something to do with the different deterministic or probabilistic algorithms in tckgen ( tckgen — MRtrix3 3.0 documentation).
Assuming you used the IFOD2 algorithm,even if you set a different number of streamlines, intuitively, they should generate similar(normalized) results.
Just a guess, looking forward to more replies!

Deyu

Hi Deyu,

Yes, I used IFOD2. My question then is why people would compute connectomes of 10M while connectomes of 1M or even 100k fibers are equivalent. I guess they may be useful for some applications…

Thank you so much for your contribution.

Cheers,
Cristian

Hi,

I remember seeing a work about this topic at the ISMRM. The link for the poster is here. I hope this helps.

Best regards,

Manuel

2 Likes

this is a useful experiment, and thanks for sharing the abstract @mblesac - it makes a strong case for using the mesh based approach by @chunhungyeh - especially if you are in need of a very densely parcellated connectome (and perhaps more streamlines to go with it) … does anyone know if the mesh based approach is available to users?

cc, Yeh CH, et al. Mesh-based anatomically-constrained tractography for effective tracking termination and structural connectome construction. Proc. ISMRM. 2017; p.58

Hey!
I worked on a project last year that looked at how many streamlines we need to get reproducible complex network measures (graph summary stats computed from the connectome, see Brain Connectivity Toolbox). If you go to the paper you’ll see some plots where we look at the complex network measure values over 50 streamline/“fiber” counts (100… 50 mill) and see some “leveling off” of rate of change with increasing counts.

It turns out this is a complex problem and probably depends on a lot of decisions (seeding scheme, tracking algo, multi-shell/single-shell, etc, connectome weighting). We’re trying to look at these other factors now and hopefully arrive at some generalizable/useful answers - stay tuned!

4 Likes