Automated scRNA-seq filtering
Project description
![alt text](data/dropkick_logo.png)
### Automated cell filtering for single-cell RNA sequencing data.
[![Latest Version][pypi-image]][pypi-url]
— dropkick works primarily with [Scanpy](https://icb-scanpy.readthedocs-hosted.com/en/stable/)’s AnnData objects, and accepts input files in .h5ad or flat (.csv, .tsv) format. It also writes outputs to .h5ad files when called from the terminal.
Installation via pip or from source requires a Fortran compiler. For Mac users, brew install gcc will take care of this.
#### Install from PyPI: `bash pip install dropkick `
#### Or compile from source: `bash git clone https://github.com/KenLauLab/dropkick.git cd dropkick python setup.py install `
— dropkick can be run as a command line tool, or interactively with the [scanpy](https://icb-scanpy.readthedocs-hosted.com/en/stable/) single-cell analysis suite.
#### Usage from command line: `bash python -m dropkick path/to/counts.h5ad `
Output will be saved in a new .h5ad file containing __dropkick__ scores, labels, and model parameters.
See [dropkick_tutorial.ipynb](dropkick_tutorial.ipynb) for an interactive walkthrough of the dropkick pipeline and its outputs.
[pypi-image]: https://img.shields.io/pypi/v/dropkick [pypi-url]: https://pypi.python.org/pypi/dropkick/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for dropkick-1.0.2-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46a45dee81b0f7dff6a5d58ba81ea1d71f628e06f68d085fd45b02b674ddc1c3 |
|
MD5 | ef1bd07946be2ebeca4f2920b922cfda |
|
BLAKE2b-256 | 361ab0f76e7989040651073789c6d227ed2f9d24a801724672fbd2bfdfb98bd7 |