Skip to main content

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.

NGSfig | Legoplot

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ngsfig-0.1.1.tar.gz (63.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page