nltools icon indicating copy to clipboard operation
nltools copied to clipboard

Python toolbox for analyzing imaging data

Results 83 nltools issues
Sort by recently updated
recently updated
newest added

@ljchang I'm realizing now that there might be a simpler way to handle different MNI templates, and one that allows different `Brain_Data` instances to use different spaces at the same...

question

https://en.wikipedia.org/wiki/Optimal_design Maybe Marissa could take a first stab at this using the moth project? We could add a function to the stats module that will select the optimal combination of...

https://github.com/compmem/MELD

enhancement

I've been going back and forth about this for awhile. Right now the class can handle adjacency, distance, dissimilarity, similarity, weighted and unweighted graphs. It works pretty well, but we...

Discussion

Hello, I am getting an error while running the example for Neurovault I/O- ```` File "nltools-decomposition.py", line 5, in data = Brain_Data(files,X=metadata) File "/home/ssouravsingh12/.local/lib/python2.7/site-packages/nltools/data/brain_data.py", line 116, in __init__ self.mask =...

need to add ttest to deal with single matrix - compare mean of bottom triangle vs 0 need to deal with within or across matrices. currently only does across.

It would be nice to have any type of clustering from sklearn implemented, especially for clustering graphs.

Not sure how the repository blew up in size, but it is now 104mb. We should figure out how to clean out some of the binaries in the commit history.

switching nibabel and antspy if antspy ends up being way faster.

enhancement