Single Cell Analysis, Easy Mode!
Project description
scez – single cell, easy mode
Description
There are many tools available for single-cell RNA-seq analysis, but they often require a lot of understanding of the underlying algorithms, reading of documentation, and setting up analysis environments. This takes time and effort, and can be a barrier to entry for many projects. Single-Cell Best Practices is a great resource for learning about the best practices for single-cell analysis. scez
aims to provide functionalities for single-cell analysis through definitions of analysis "tasks" and implementation of these "best practices" in a user-friendly way.
This is more a personal effort to streamline my own analysis workflows, but I hope it can be useful to others as well.
Installation
Make sure you have mamba installed in your base environment. If not, install it with:
conda install mamba -n base -c conda-forge
Then, create a new conda environment with the provided environment.yml
file and activate it. This will install all necessary dependencies for scez.
conda env create -f https://raw.githubusercontent.com/abearab/scez/main/environment.yml
conda activate scez
Finally, install scez with:
pip install scez
Or, if you want to install the latest version from the repository:
pip install git+https://github.com/abearab/scez.git
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
File details
Details for the file scez-0.1.1.tar.gz
.
File metadata
- Download URL: scez-0.1.1.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26930fbc6ed9363c394fb784d3e3297ec8a7d233908b36c9bcfe0607a42107f4 |
|
MD5 | 57433b5629351445becaa5fa39a56a99 |
|
BLAKE2b-256 | ab3acc4c6d08893e1afc66ba777fde7cdf6aee359d9fcef4823cb74728420aac |
File details
Details for the file scez-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: scez-0.1.1-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae72dd552bbfd44b68a6c151f521e51fa1732b8337f7d12d388e9c71fd9872d5 |
|
MD5 | deac185b4edecba90251a02fea55ae62 |
|
BLAKE2b-256 | 5e5a0308b8c63fa37a757a2b978afabbba37e3765a23808037c70bb5ac010b8d |