Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touring: data handling #33

Open
thinkh opened this issue Mar 4, 2020 · 0 comments
Open

Touring: data handling #33

thinkh opened this issue Mar 4, 2020 · 0 comments
Labels
type: bug Something isn't working

Comments

@thinkh
Copy link
Member

thinkh commented Mar 4, 2020

@keckelt commented on Thu Jan 31 2019

TODO:

  • check if/how combined columns are handled

  • improve performance for large tables (e.g. gene)
    i.e. do not always build the matrix, just get what is needed.

  • check why uploaded data is not working

  • check the lineup data accessors (differences between scores & database columns) --> probably unify the

  • check if use of column field as identifier is appropriate


@keckelt commented on Thu Jan 31 2019

Also:

  • how is mapped data handled?

@keckelt commented on Wed Feb 20 2019

Also:
When we read the values from the score columns, they might still be loading. Then all values are NaN and the scores cannot be computed.


@thinkh commented on Mon Sep 02 2019

@keckelt What is the status of this issue? Is this finished/implemented or should datavisyn continue with this?


@keckelt commented on Tue Sep 03 2019

I wanted to look into this when updating for lineup v4 and merging into tdp_core#develop


@thinkh commented on Tue Sep 03 2019

Ok, thanks. I will keep this in mind when testing and integrating Tourdino (i.e., merge into develop). For LineUp v4 we will need a dedicated test.


@oltionchampari commented on Fri Jan 10 2020

TODO:

  • check if/how combined columns are handled

Combined/Nested columns are ignored from the current implementation --> investigate how to include them in the calculations.

see #21


@oltionchampari commented on Fri Jan 10 2020

  • improve performance for large tables (e.g. gene)
    i.e. do not always build the matrix, just get what is needed.

Significant performance improvement has been done in #18.
Still interacting with the UI is not ideal and further improvement needs to be done when transforming large data sets.


@oltionchampari commented on Mon Jan 13 2020

In the current version of lineup v3 tdp_uploaded_data works as expected .

@thinkh thinkh added the type: bug Something isn't working label Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant