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

RNASeq, TermSeq, TSS, RIboSeq clean data creation and display #10

Closed
drbecavin opened this issue Apr 10, 2019 · 2 comments
Closed

RNASeq, TermSeq, TSS, RIboSeq clean data creation and display #10

drbecavin opened this issue Apr 10, 2019 · 2 comments
Labels
bug Something isn't working Data Model Everything related to java datamodel Genome Viewer

Comments

@drbecavin
Copy link
Member

TSS and TermSeq creation are Listeria specific for the moment

TSS.createTSS(exp);
TermSeq.createTermSeq(exp);

Change that and make it uniform with the way RNASeq are read.
Need to manage:

  • .bed files for TSS and TermSeq
  • WIG files for RNASeq and RibosSeq
  • Count files for RNASeq
@drbecavin drbecavin added bug Something isn't working Data Model Everything related to java datamodel Genome Viewer labels Apr 10, 2019
@drbecavin
Copy link
Member Author

It has been modified.
Everything is an 'NGS' object now.
The visualization has to be fixed !

@drbecavin
Copy link
Member Author

Visualization fixed !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Data Model Everything related to java datamodel Genome Viewer
Projects
None yet
Development

No branches or pull requests

1 participant