Metadata-Version: 2.1
Name: glmpca
Version: 0.1.0
Summary: Generalized PCA for dimension reduction of non-normally distributed data
Home-page: https://github.com/willtownes/glmpca-py
Author: Will Townes
Author-email: will.townes@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.5
Description-Content-Type: text/markdown

# Python package: glmpca

[![Build Status](https://travis-ci.com/willtownes/glmpca-py.svg?branch=master)](https://travis-ci.com/willtownes/glmpca-py)

Generalized PCA for non-normally distributed data. If you find this useful please cite [Feature Selection and Dimension Reduction based on a Multinomial Model](https://www.biorxiv.org/content/10.1101/574574v1).

An [R implementation](https://github.com/willtownes/glmpca) is also available.

## Issues and bug reports

Please use https://github.com/willtownes/glmpca-py/issues to submit issues, bug reports, and comments.


