You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compute the minmax(X,Y,Z) of the coordinates of all tracts passed it.
restrict the white matter mask to the cube contained by those coordinates.
build endpoints roi from the tracts
clip the whole brain fiber group to this new white-matter volume.
find tracts similar to the ones passed in present inside the whole brain fiber group by looking at fibers that share both endpoints with the tracts fibers.
add the found tracts in 5. to the tracts passed in.
combine the whole brain fiber group and the tracts keeping track of the indices of each individual tract inside the new fiber group.
build a life model from the new fiber group.
fit the model.
test the evidence for each tract.
This can be thought as a general mechanisms for any test when building a whole brian connectome is not possible due to computational limits.
The text was updated successfully, but these errors were encountered:
write a function that takes:
The function should:
This can be thought as a general mechanisms for any test when building a whole brian connectome is not possible due to computational limits.
The text was updated successfully, but these errors were encountered: