popphylotools / mvMapper

mvMapper (Multivariate Mapper) is an interactive data exploration tool for multivariate analyses with associated geographic location information.
https://popphylotools.github.io/mvMapper/
BSD 2-Clause "Simplified" License
9 stars 1 forks source link

Display all web_app input data in metadata panel when selecting points? #41

Closed jrdupuis closed 7 years ago

jrdupuis commented 7 years ago

So there's two different ways that metadata are displayed in the lower panel when points are selected. If it's a DAPC, only the key, grp, assign, posteriors, and additional columns are shown. But if you create your own webapp_input.csv file with non-DAPC-named columns, then everything shows up. I wonder if we should show all the data for DAPC instances (i.e. include the DF1-DFX in that panel). Thoughts? @smg283?

It would make it a bit more consistent, although then more is shown for a dapc analysis. I could see some cases where having all the data shown down there would be nice--maybe you would notice other trends for certain populations, etc.

Anyhow, just a thought.

jrdupuis commented 7 years ago

Just realized this might also affect the output of "download selected", if that function just saves whatever is displayed in the metadata panel at that time. Downloading selected from a user-defined analysis will give the PCs, but for a DAPC will not.

fbremer commented 7 years ago

I simply removed "LD*" named columns from displaying in the summary panel, they should still be in the downloaded dataset.

It would be easy to re-add them, I just thought having them sort of cluttered the display. Maybe if we set up the input file so they are the last columns, we can have them without crowding out the display.