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

Genome visualization #346

Merged
merged 2 commits into from
Aug 7, 2014
Merged

Genome visualization #346

merged 2 commits into from
Aug 7, 2014

Conversation

karenfeng
Copy link
Contributor

This creates a genome browser to visualize aligned reads in a reference region, which can be changed by moving left/right, zooming or typing the specific region. Hovering over a rectangle shows the name of the read. The height of the SVG container with the rectangular reads changes based on the number of tracks. (The variables passed into freq.spp and reads.ssp are counterintuitively being parsed from String to Int because they kept getting formatted with commas, even when I tried to replace them...) !

Here is the visualization at /freq for the frequency of reads at a region:
freq

Here is the visualization at /reads for the overlapping reads: screenshot This is built off of @tdanford's visualization work. Thanks!

Please tell me if you have any suggestions; I only have 3 more days left in this internship and I'd love to get this merged in.

@massie
Copy link
Member

massie commented Aug 7, 2014

Jenkins, test this please.

massie added a commit that referenced this pull request Aug 7, 2014
@massie massie merged commit 26cea27 into bigdatagenomics:master Aug 7, 2014
@massie
Copy link
Member

massie commented Aug 7, 2014

Thanks, Karen! This looks great!

@chrismattmann
Copy link

#winning!

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

Successfully merging this pull request may close these issues.

3 participants