Moana: A robust and scalable cell type classification framework for single-cell RNA-Seq data
This repository contains a Python implementation of the Moana framework for predicting cell types in single-cell RNA-Seq data (Wagner and Yanai, 2018).
Installation
Step 1: Install Python and the Python packages that Moana depends on
Moana requires Python version 3.5, 3.6, or 3.7, as well as the Python packages pandas, scikit-learn, and plotly.
The easiest way to install Python as well as these packages is to download and install Anaconda. Anaconda is a distribution of Python that already includes a lot of packages, including pandas, scikit-learn, and plotly. Alternatively, you can download and install Miniconda, and use the conda command to create a new Python 3 environment and install the required packages. The latter option takes up less disk space but also requires some knowledge of how to use conda, the package/environment manager that underlies both Anaconda and Miniconda.
Step 2: Install Moana
To install Moana, make sure you have activated/selected the correct conda environment, and then type:
$ pip install moana
Changelog
10/30/2018 - Version 0.1.1 released
This is the initial release of Moana. We used this version to construct the cell type classifiers described in our preprint. Additional documentation is forthcoming.
Release files for moana 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| moana-0.1.1.tar.gz | 56.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| moana-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 136.9 kB
Release files / moana-0.1.1.tar.gz
| Download URL | moana-0.1.1.tar.gz |
|---|---|
| Size | 56.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b95133f4637a2415411a4d543a2e412d201ced852b25d4db00ea7f751acfddf7
|
|
BLAKE2b-256 checksum How to use checksums |
ebb0a01596dfe68b7c3d00a9513c2633379eb4ba42df728af9e2035d441545d9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6
|
Release files / moana-0.1.1-py3-none-any.whl
| Download URL | moana-0.1.1-py3-none-any.whl |
|---|---|
| Size | 80.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ffdf52dd5dcda91ae62534c4bdff5c320425922d2d86e90dedf5115654a3fc82
|
|
BLAKE2b-256 checksum How to use checksums |
747aad5ed04803e3b8cc84422e8e7dfbdd5a28a8623bf5dfcabcb063369aac67
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6
|