DevinBayly / neuro-choro

Live tool accessible at
https://devinbayly.github.io/neuro-choro
0 stars 0 forks source link

cartesian product csvs #6

Closed DevinBayly closed 4 years ago

DevinBayly commented 4 years ago

This is a feature request to handle csvs that have multiple references to a region. One example is in the case where there are multiple runs of the data. If this is true, then there would be a column named run and filterable elements within that column to switch between what value is shown at a time.

Mostly this question relates to what the default aggregate behavior should be when it comes to displaying a column like mean when multiple values exist for one region.

DevinBayly commented 4 years ago

default aggregate behavior has been asked to be an average of entries, this is correct yes? @dkp

If so, the notification a user gets that their particular slice has average data mixed in will look like this. image

Does this hit the nail on the head for how this issue should be handled?

dkp commented 4 years ago

This is perfect! Thank you!