marco-mariotti/tiedpyranges: Extends the pyranges module with operations on joined genomic intervals (e.g. exons of same transcript)


GitHub – marco-mariotti/tiedpyranges: Extends the pyranges module with operations on joined genomic intervals (e.g. exons of same transcript)












Files


Permalink

Failed to load latest commit information.

Type

Name

Latest commit message

Commit time

Extends the pyranges module with operations on joined genomic intervals (e.g. exons of same transcript)

Install with:

pip install tiedpyranges

or

conda install -c mmariotti tiedpyranges

Then use within python:

>>> from tiedpyranges import pyranges

The pyranges module imported will have all functions from the original pyranges (see pyranges.readthedocs.io/).

Additionally, you have available tiedpyranges-specific functions documented in the documentation.tar file included in github.

About

Extends the pyranges module with operations on joined genomic intervals (e.g. exons of same transcript)

Resources

License


Read more here: Source link