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
First, create a new conda environment with the provided environment.yml file:
conda env create -f https://raw.githubusercontent.com/abearab/scez/main/environment.yml
conda activate scez
Then, install scez using uv / pip:
uv pip install scez
Or, to install the latest version from the repository:
uv pip install git+https://github.com/abearab/scez.git
Release files for scez 0.2.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 | |
|---|---|---|---|
| scez-0.2.1.tar.gz | 9.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| scez-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 18.3 kB
Release files / scez-0.2.1.tar.gz
| Download URL | scez-0.2.1.tar.gz |
|---|---|
| Size | 9.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
dcc9f149da59a08579b8d59f8e5c277b7dbc10af1a67ad715eb1fb4d90dbf7fd
|
|
BLAKE2b-256 checksum How to use checksums |
1742c59f0074c0c9871e58ccdc36de9fb090338e9ea76747bcb6fdeab7d18c0d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / scez-0.2.1-py3-none-any.whl
| Download URL | scez-0.2.1-py3-none-any.whl |
|---|---|
| Size | 9.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6340dd1710a5f36deeee4839cb4b1586bcb9c86cb40efa245f27faadac43e322
|
|
BLAKE2b-256 checksum How to use checksums |
40b425423425d617c9b88eb3701d85147ce7645a5eefe9c09d9009b704e1425a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|