ME-ICA / aroma

ICA-AROMA, as a Python package. A work in progress.
Apache License 2.0
7 stars 11 forks source link

Operate on tabular data using pandas #9

Closed tsalo closed 3 years ago

tsalo commented 3 years ago

Summary

In a couple of locations, tabular data (e.g., feature scores and classifications) are operated on as numpy arrays and are written to files using basic _io.TextIOWrapper.write(). We should use pandas, which will clean the code up considerably and will also increase confidence in comparing separate arrays.