CBICA / niCHART

The neuro-imaging brain aging chart [niCHART] is a comprehensive solution to analyze standard structural and functional brain MRI data across studies. [niCHART] and the associated pre-processing tools implement computational morphometry, functional signal analysis, quality control, statistical harmonization, data standardization, interactive visual
https://cbica.github.io/niCHART/
Other
13 stars 8 forks source link

Remove dependence on index #171

Closed AbdulkadirA closed 2 years ago

AbdulkadirA commented 2 years ago

Currently, the data frames are handled by index in some instances. This is problematic if a data set has ben constructed from a larger one without resetting the index. In that case, rows in the data frame may be referenced by the index and not the row number (i.e. always starting at 0).