Metadata-Version: 1.1
Name: geneview
Version: 0.0.1.dev5
Summary: Geneview: A python package for genomics data visualization
Home-page: https://github.com/ShujiaHuang/geneview
Author: Shujia Huang
Author-email: huangshujia9@gmail.com
License: BSD (3-clause)
Download-URL: https://github.com/ShujiaHuang/geneview
Description: Geneview is a library for making attractive and informative genomics graphics in Python. It is built on top of matplotlib and tightly integrated with the PyData stack, including support for numpy data structures.
        
        Some of the features that geneview offers are
        
        - Functions for visualizing univariate and bivariate distributions or for comparing them between subsets of data
        
        - Tools that fit and visualize linear regression models for different kinds of independent and dependent variables
        
        - High-level abstractions for structuring grids of plots that let you easily build complex visualizations
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Multimedia :: Graphics
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
