Skip to content

Latest commit

 

History

History
executable file
·
37 lines (26 loc) · 1017 Bytes

README.md

File metadata and controls

executable file
·
37 lines (26 loc) · 1017 Bytes

IntervalFrame for interval manipulation

Build Status PyPI version Coffee

This is a Python package for easy and efficient manipulation of Next Generation Sequencing reads.

Install

If you dont already have numpy and scipy installed, it is best to download Anaconda, a python distribution that has them included.

    https://continuum.io/downloads

Dependencies can be installed by:

    pip install -r requirements.txt

PyPI install, presuming you have all its requirements installed:

	pip install intervalframe

Usage

from intervalframe import IntervalFrame
import numpy as np

# Create data
iframe = IntervalFrame()