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.5.tar.gz
(72.2 kB
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
adataviz-0.5-py3-none-any.whl
(69.2 kB
view details)
File details
Details for the file adataviz-0.5.tar.gz.
File metadata
- Download URL: adataviz-0.5.tar.gz
- Upload date:
- Size: 72.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a63a9a12c2d60800d1cd668e8f1647f99beb4cf0dbe041caf0bfb3eb1f5230db
|
|
| MD5 |
fd3706303999ae632f12fdc4eb10e301
|
|
| BLAKE2b-256 |
98b936b4cc778ea387851ccfa44b964b82ec9d8777847e6ed547395dfff192c6
|
File details
Details for the file adataviz-0.5-py3-none-any.whl.
File metadata
- Download URL: adataviz-0.5-py3-none-any.whl
- Upload date:
- Size: 69.2 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 |
41d47d6c962cd7298a767d218d7b7996f53453647961cd4aebe6fd5e2fccaace
|
|
| MD5 |
35adf40d4a829159d0057d8c0c51d3a0
|
|
| BLAKE2b-256 |
988007b26e9890a63cf4edfb6057af130a1bef5ea1ce962c0dc939d1bf8bf084
|