GMOD / jbrowse

JBrowse 1, a full-featured genome browser built with JavaScript and HTML5. For JBrowse 2, see https://github.com/GMOD/jbrowse-components.
http://jbrowse.org
Other
464 stars 199 forks source link

provide support for conservation score tracks #854

Open nathandunn opened 7 years ago

nathandunn commented 7 years ago

http://genome.ucsc.edu/FAQ/FAQdownloads.html#download19 -> http://hgdownload.cse.ucsc.edu/downloads.html#human -> http://hgdownload.cse.ucsc.edu/goldenPath/hg38/vsMm10/

Data explanation at the top of the last file looks like we would need minimially blastz alignments.

cmdcolin commented 7 years ago

I had done some testing with visualizing the MAF format here https://github.com/cmdcolin/mafviewer

It seemed useful in that case to have a preprocessing step to convert the MAF into a BED type format that can be tabix indexed for BEDTabix

Would be cool to get the other formats too

cmdcolin commented 6 years ago

For a coarse overview of conservation score, you can just use phastCons or phyloP which are just a bigwig

http://hgdownload.cse.ucsc.edu/goldenPath/hg19/phyloP100way/ http://hgdownload.cse.ucsc.edu/goldenpath/hg19/phastCons100way/

just mentioning because the title mentions conservation score. the raw files like chains and stuff are more raw. still useful in things like dotplots for example