TransGirlCodes / Dalliance.jl

Julia interface to the Dalliance genome browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dalliance.jl

This a Julia interface to the Dalliance genome browser. It's designed to allow full featured visualization of genomic data within the comfort of a Jupyter notebook.

It works by converting Bio.jl structures to the efficient indexed formats BigBed and BigWig, which are kept in memory and served as needed to the browser front-end.

Status

This is a proof of concept. Don't expect it to work consisently or the API to remain stable.

It relies on incomplete and unmerged features of Bio.jl, so in order to use this package, you need to be on the work-in-progress bigbed branch of dcjones' fork.

As a teaser, here's the kind of thing you can do with this: Jupyter Screenshot

About

Julia interface to the Dalliance genome browser

License:Other


Languages

Language:Julia 100.0%