occam-ra / occam

OCCAM Reconstructability Analysis Tools
Other
20 stars 14 forks source link

Data conversion program #45

Open gdcutting opened 5 years ago

gdcutting commented 5 years ago

We could use a python version of the existing excel data conversion program (https://www.pdx.edu/sysc/sites/www.pdx.edu.sysc/files/RA_bin_Olson%20v2.9_0.zip).

I think the place to start is to make something that can read .csv or .xlsx files, with or without a header, and convert them to the format OCCAM understands.

This wouldn't be too much work (I have quite a bit of existing code from other projects that I could use for this).

venkatachalapathy commented 5 years ago

We can use this to play with enhancement workflows documentation.

Clearly, we could do this data preprocessing step in either R or in Python.

venkatachalapathy commented 5 years ago

I found two approaches, one using R and the other using Python

Are these the kinds of things you had in mind, @gdcutting ?