hoffmangroup / genomedata

The Genomedata format for storing large-scale functional genomics data.
https://genomedata.hoffmanlab.org/
GNU General Public License v2.0
2 stars 1 forks source link

BigWig Integration #63

Closed EricR86 closed 1 year ago

EricR86 commented 2 years ago

This PR creates native BigWig support for Genomedata.

To use a BigWig file through the Genomedata interface, you simply create a genome object with a bigWig file instead of a Genomedata file. e.g. with Genome("myfile.bigWig") as genome.

A few important notes: