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.4.tar.gz
(53.0 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
adataviz-0.4-py3-none-any.whl
(47.5 kB
view details)
File details
Details for the file adataviz-0.4.tar.gz.
File metadata
- Download URL: adataviz-0.4.tar.gz
- Upload date:
- Size: 53.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da782854bee39392950b598c94e2061af4ef656379a48f6041e2aa0d07cbf44b
|
|
| MD5 |
f7e774087360d468cb51135a9ed008c2
|
|
| BLAKE2b-256 |
59af11b55cd3b8992ecbc0f9e66fedc7d6ee0c3e0f369c5802e9e2be8f689253
|
File details
Details for the file adataviz-0.4-py3-none-any.whl.
File metadata
- Download URL: adataviz-0.4-py3-none-any.whl
- Upload date:
- Size: 47.5 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 |
80014ab2efd501611b26058bf5c306b1867dc7e60b40e207d59c42a6157b5f39
|
|
| MD5 |
74bbb3d360f7a2c5e05888416edea867
|
|
| BLAKE2b-256 |
ed684e14dd6689bdb9ccdd7b5110205a8a06fae497650814954ca8a51a6bcd23
|