A python package to visualize adata
Project description
adataviz
Functions and tools to visualize adata
Installation
- Install using pip:
pip install adataviz
#upgrade from older version
pip install --upgrade adataviz
- Install the developmental version directly from github:
pip install git+https://github.com/DingWB/adataviz
# reinstall
pip uninstall -y adataviz && pip install git+https://github.com/DingWB/adataviz
OR
git clone https://github.com/DingWB/adataviz
cd adataviz
python setup.py install
Command Line Tools
Aggregrate single-cell RNA data to pseudobulk adata
# merge single cells raw counts to psuedobulk (sum up raw counts) and run normalization (logCPM or logTPM)
adataviz tool scrna2pseudobulk HMBA.Group.downsample_1500.h5ad --groupby="Subclass" --downsample=2000 --use_raw=True --n_jobs 16 --normalization CPM -s ~/Projects/BICAN/adata/HMBA_v2/Pseudobulk.Subclass.h5ad
# stat pseudobulk: calculate min,q25, q50, q75, max, mean and std
adataviz tool stat_pseudobulk HMBA.Group.downsample_1500.h5ad --groupby="Subclass" --downsample=2000 --use_raw=False -m RNA --n_jobs 16 -s ~/Projects/BICAN/adata/HMBA_v2/Pseudobulk.Subclass.stats.h5ad
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
adataviz-0.3.post0.tar.gz
(23.6 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file adataviz-0.3.post0.tar.gz.
File metadata
- Download URL: adataviz-0.3.post0.tar.gz
- Upload date:
- Size: 23.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c6a3236e5190ffadc0f3248e3b827446acd374e4e37a045f612bffaef1b3839
|
|
| MD5 |
5c5e9be152abe5ec551ccbd1fdda8e60
|
|
| BLAKE2b-256 |
a48c39d1abd714d39329eee99300b8e3a1549e458ed40d8dd43d2a6d769938bb
|
File details
Details for the file adataviz-0.3.post0-py3-none-any.whl.
File metadata
- Download URL: adataviz-0.3.post0-py3-none-any.whl
- Upload date:
- Size: 47.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08646f3ba60ffded62dbcf1c628fb7f5cb016df8f86742783a60d260a025e33f
|
|
| MD5 |
0013fb5ae271825bd1433230c20bab82
|
|
| BLAKE2b-256 |
b3cb0f3f62dde075b7b7590cecbc3c52f66299f5bad6f8e0c4aab2d3f9d83a58
|