Metadata-Version: 2.1
Name: nucleic
Version: 0.6.0
Summary: A Python 3.6 library for plotting mutational spectra.
Home-page: https://github.com/clintval/nucleic
Author: clintval
Author-email: valentine.clint@gmail.com
License: MIT
Download-URL: https://github.com/clintval/nucleic/archive/v0.6.0.tar.gz
Project-URL: Documentation, https://nucleic.readthedocs.io
Project-URL: Issue-Tracker, https://github.com/clintval/nucleic/issues
Description: # nucleic
        
        [![Testing Status](https://travis-ci.org/clintval/nucleic.svg?branch=master)](https://travis-ci.org/clintval/nucleic)
        [![codecov](https://codecov.io/gh/clintval/nucleic/branch/master/graph/badge.svg)](https://codecov.io/gh/clintval/nucleic)
        [![Documentation Build Status](https://readthedocs.org/projects/nucleic/badge/?version=latest)](https://nucleic.readthedocs.io/en/latest/?badge=latest)
        [![PyPi Release](https://badge.fury.io/py/nucleic.svg)](https://badge.fury.io/py/nucleic)
        [![Python Versions](https://img.shields.io/pypi/pyversions/nucleic.svg)](https://pypi.python.org/pypi/nucleic/)
        [![MyPy Checked](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
        
        Analysis and plotting library for base substitution spectra and signatures.
        
        ```bash
        ❯ pip install nucleic
        ```
        
        Features:
        
        - Model single nucleotide variants and their local context with an elegant API
        - Combine single nucleotide variants into spectrums of mutagenesis
        - Fetch COSMIC signatures of mutation as well as other published signatures
        - SVG plotting functions for displaying patterns of mutagenesis
        
        Read the documentation at: [nucleic.readthedocs.io](http://nucleic.readthedocs.io/)
Keywords: signature mutation transition transversion spectra bioinformatics
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
