Metadata-Version: 2.1
Name: py-scProportionTest
Version: 0.1.2
Summary: Python package to evaluate differences in cell type proportions
Home-page: https://github.com/SamuelAMiller1/py-scProportionTest
Author: Sam Miller
Description-Content-Type: text/x-rst
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: statsmodels
Requires-Dist: matplotlib
Requires-Dist: tqdm
Requires-Dist: seaborn

======================
scProportionTest
======================

**Single Cell Proportion Test in Python** is designed to analyze the difference between the proportion of cells in clusters between two scRNA-seq samples. A permutation test is used to calculate a p-value for each cluster, and a confidence interval for the magnitude difference is returned via bootstrapping. Results can be visualized using a point range plot. View the `tutorial <https://github.com/SamuelAMiller1/py-scProportionTest/blob/main/tutorials/scPropTest_tutorial.ipynb>`_ to get started. If you are working with an Seurat object, you may consider the `implementation in R <https://github.com/rpolicastro/scProportionTest/tree/master>`_.

Installation
============

Current release:

.. code-block:: bash

   pip install py-scProportionTest

Development version:

.. code-block:: bash

   pip install git+https://github.com/SamuelAMiller1/py-scProportionTest.git

Citing
======

Miller SA, Policastro RA, Sriramkumar S, Lai T, Huntington TD, Ladaika CA, Kim D, Hao C, Zentner GE, O'Hagan HM. LSD1 and Aberrant DNA Methylation Mediate Persistence of Enteroendocrine Progenitors That Support BRAF-Mutant Colorectal Cancer. Cancer Res. 2021 Jul 15;81(14):3791-3805. doi: 10.1158/0008-5472.CAN-20-3562. Epub 2021 May 25. PMID: 34035083; PMCID: PMC8513805.
