Classes and functions for NGS data illustration
Project description
Example: Legoplot in NGSfig
import warnings
from pkg_resources import get_distribution, resource_stream, Requirement
from ngsfig.graphics import trinucleotide
with resource_stream(Requirement.parse("ngsfig"), "data/trinucleotide_demo.txt") as input:
trinucleotide.demo(input)
Run this script or paste it into a Python console.
Download and Install
GitHub (beta) <https://github.com/xiaobeizhao/ngsfigpy>
PyPI <https://pypi.python.org/pypi/ngsfig>
Dependencies
nose <https://pypi.python.org/pypi/nose>
setuptools>=33.1.1 <https://pypi.python.org/pypi/setuptools/33.1.1>
numpy>=1.11.3 <https://pypi.python.org/pypi/numpy/1.11.3>
pandas>=0.19.2 <https://pypi.python.org/pypi/pandas/0.19.2>
tabulate>=0.7.5 <https://pypi.python.org/pypi/tabulate/0.7.5>
matplotlib>=2.0.0 <https://pypi.python.org/pypi/matplotlib/2.0.0>
xmisc (beta) <https://github.com/xiaobeizhao/xmiscpy>
xmisc <https://pypi.python.org/pypi/xmisc>
License
Code and documentation are available according to the GNU LGPL License.
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
File details
Details for the file ngsfig-0.1.1.tar.gz.
File metadata
- Download URL: ngsfig-0.1.1.tar.gz
- Upload date:
- Size: 63.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd66f9b7870af7eb0d5d74ca047e622512f15a89f1de7cdaf5321ffbe8ff117e
|
|
| MD5 |
c6c9a59bdd13e63d33df6a3d3c58f973
|
|
| BLAKE2b-256 |
8e724a1d7828a2e73721321e6fce6b30a0c4852d8c69c2520b97d243cba619c0
|