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.2.tar.gz
(16.9 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.2-py3-none-any.whl
(43.2 kB
view details)
File details
Details for the file adataviz-0.2.tar.gz.
File metadata
- Download URL: adataviz-0.2.tar.gz
- Upload date:
- Size: 16.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
327f4631a35a6ea0c9128eda27d9d9c6a53050bc6ce51df214aaaed3985f6b09
|
|
| MD5 |
dcfebdef77b0baa30d766003ffc71cfb
|
|
| BLAKE2b-256 |
0d785241d3d1f7850b7d56743e98c468204c3e6732cdcde90bee56a8e8ddb1ed
|
File details
Details for the file adataviz-0.2-py3-none-any.whl.
File metadata
- Download URL: adataviz-0.2-py3-none-any.whl
- Upload date:
- Size: 43.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 |
ea5112e9bde18b669e2ecf3cc174821cd2ce9faa27155dacb334ef74a0e33a09
|
|
| MD5 |
f3d8a97b86f8350aa6ebbe4135734b98
|
|
| BLAKE2b-256 |
11d80e325fe18c50caed0a66c3767ceee34226e4ebc470f640711a432c11984e
|