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

Specialized ArithmeticTrackView for BedGraph files and the like #45

Open
dievsky opened this issue Jun 6, 2017 · 5 comments
Open

Specialized ArithmeticTrackView for BedGraph files and the like #45

dievsky opened this issue Jun 6, 2017 · 5 comments
Assignees

Comments

@dievsky
Copy link

dievsky commented Jun 6, 2017

Right now, the ArithmeticTrackView provides binned data. It doesn't make much sense for sparse BedGraph-type files with identical structure, like the ones we use for miRNA expression data. Arguably, it also doesn't make much sense for fixed step files.

It would be nice if there were a special ArithmeticTrackView for such cases, which would preserve the common structure of each file. At this moment, however, the structure of a BW file is well-hidden behind the summarization abstraction, which makes it difficult to extract. So this is an idea for the future, at best.

@iromeo
Copy link
Contributor

iromeo commented Jun 6, 2017

Not clear what to do if user tries to load two BedGraph files with different structure

@dievsky
Copy link
Author

dievsky commented Jun 6, 2017

@iromeo Fail with an exception, naturally. This specialized track view would be used only for files with matching structure.

@dievsky
Copy link
Author

dievsky commented Jun 9, 2017

@iromeo as far as I understand, a40de5447da439823f945cb1fc4bbb8d196016ec solves this?

@iromeo
Copy link
Contributor

iromeo commented Jun 9, 2017

@dievsky Yes, more or less. We don't do it automatically, just let user selected checkbox if he is sure about underlying tracks format details. Better to do it automatically, but not clear how to do it better.

We cannot check all input files format before showing dialog, it may take some noticeable time, e.g. if file are from NFS. So maybe we can show user default dialog suggesting binnned track, and before processing we can compare files structure and chose processing algorithm automatically.

Let's leave this issue opened, I'll try to implement this "auto" mode.

@iromeo iromeo self-assigned this Jun 9, 2017
@dievsky
Copy link
Author

dievsky commented Jan 21, 2019

It would seem there are currently no plans to implement this feature. We should probably close the issue.

@olegs olegs transferred this issue from another repository Mar 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants