New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

py-scProportionTest

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

py-scProportionTest

Python package to evaluate differences in cell type proportions

pipPyPI
Version
0.1.2
Maintainers
1

====================== 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.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts