Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

knutdrand/bionumpy

Repository files navigation

BioNumPy

Build and test status

Documentation: https://uio-bmi.github.io/bionumpy/

What is BioNumPy?

BioNumPy is a toolkit, built on top of NumPy, for enabling array programming on biological data in Python. BioNumPy aims to make it easy to read common bioinformatics file formats efficiently into NumPy-like data structures that enable efficient operations and analysis of the data. Working in BioNumPy should feel much like working in NumPy.

Why BioNumPy?

  • There are no existing packages in Python for getting biological data sets efficiently into NumPy-like data structures.
  • Current packages for working with biological data do not use NumPy in an efficient way (e.g. individual sequences are stored as separate NumPy arrays, not together in shared arrays).

Getting started

  1. Install with pip:
>>> pip install bionumpy
  1. Check out the tutorials and getting started guide in the documentation.

Features

The features of BioNumPy can roughly be divided into two:

  1. Reading biological data sets (e.g. fasta, vcf, bed) into NumPy-like objects
  2. Analysing, modifying, filtering these NumPy-like objects in meaningful ways

BioNumPy also supports writing most data types to file.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •