Skip to content

marco-mariotti/tiedpyranges2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiedpyranges

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 https://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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages