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
to_pseudobulk
# 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.1.tar.gz
(19.8 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.1-py3-none-any.whl
(43.1 kB
view details)
File details
Details for the file adataviz-0.1.tar.gz.
File metadata
- Download URL: adataviz-0.1.tar.gz
- Upload date:
- Size: 19.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdeb8229f299c5ee44f6b68b8a2eac6effd4fc7fdaaf804ea9947e31ba32ae16
|
|
| MD5 |
04a6e3361f5502d96cc015989252c011
|
|
| BLAKE2b-256 |
f5ad7e0e4978479b9fdacf40c3e6750c0ff5f2030376d6bca7bc77879c199a94
|
File details
Details for the file adataviz-0.1-py3-none-any.whl.
File metadata
- Download URL: adataviz-0.1-py3-none-any.whl
- Upload date:
- Size: 43.1 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 |
3760abb24a544415923b32e84b5adae0f76c289f67179a9064c3c2ba2188db3e
|
|
| MD5 |
a74ab305a5f0c114ab7bc2d84ab00aac
|
|
| BLAKE2b-256 |
b09a9ec35240eb686ad0c57ac25b5f00991b9848442341ce73a62be90690c7d3
|