Library for working with biological sequence data as numpy arrays.
Project description
BioNumPy
Documentation: https://bionumpy.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
Install with pip:
Free software: MIT license
Documentation: https://bionumpy.github.io/bionumpy/.
$ pip install bionumpy
Check out the tutorials and getting started guide in the documentation.
Features
The features of BioNumPy can roughly be divided into two:
Reading biological data sets (e.g. fasta, vcf, bed) into NumPy-like objects
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.
History
0.1.0 (2021-12-17)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bionumpy-0.2.2.tar.gz
.
File metadata
- Download URL: bionumpy-0.2.2.tar.gz
- Upload date:
- Size: 90.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d1923077c92fa35cc29d77eccac410bfe64536846bb2a6550d2d7c1d1d8aeb0 |
|
MD5 | 404317739b12adddec808f5950ef7ba0 |
|
BLAKE2b-256 | 8fba51966a3a22834bd921274986d7d0374c77ca6315ce81e3883b4743ddd1f7 |
File details
Details for the file bionumpy-0.2.2-py2.py3-none-any.whl
.
File metadata
- Download URL: bionumpy-0.2.2-py2.py3-none-any.whl
- Upload date:
- Size: 63.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de7911788e421df5f6e18993ff17f21670be512a4dbbe54ec66dada255b0838e |
|
MD5 | 5e16383abecf4393c2989f0c2d5ccfb0 |
|
BLAKE2b-256 | fd28b368c940af81bedfb7cd31124b1924dd1779d479b7ff2114bcffadb19c91 |