GenomicFeatures.jl

Description

GenomicFeatures provides utilities for working with interval based genomic annotations. It builds on IntervalTrees to provide a data-structures, algorithms and IO tools for various formats such as BED, GFF3, bigWig and bigBed.

Installation

You can install GenomicFeatures from the Julia REPL. Press ] to enter pkg mode, then enter the following:

add GenomicFeatures

If you are interested in the cutting edge of the development, please check out the develop branch to try new features before release.