MolecularCartography / ili

Web-based software for visualization of molecular maps in 2D and 3D
Other
27 stars 21 forks source link

Separate input values files #41

Open antgonza opened 9 years ago

antgonza commented 9 years ago

Currently, in the same file you need to have the 3D value point and the values to plot in the model. I think a better way to go about this is to have:

I believe this will be more convenient because the first 2 only are needed once but the 3rd kind can hold different kinds of values and could constantly change: family or species level taxonomic information, metobolomics, PCoA axes, etc.

theodev commented 9 years ago

actually this is what we had at the beginning. we converted to using just 1 CSV file, because it improved usability

anyway thanks for the idea, we will discuss it internally

antgonza commented 9 years ago

Ahh OK, then perhaps use 3 files. The issue of having the points together with the values to display is that if you have different datasets (for example: 16S and metabolomics) you will need to add the points to both files or merge those files into 1 which could become painful for the users. Having them separate will mean that you can simply load each one independently.