A tool for immune cell type deconvolution
Project description
ImmuCellAI2.0
ImmuCellAI2.0 ImmuCellAI2 is a novel computational framework to accurately infer the abundance of 9 major and 53 minor types of immune cells from bulk RNA-seq.
ImmuCellAI Portal Website The ImmuCellAI Portal serves as a comprehensive companion platform for ImmuCellAI2. Furthermore, the ImmuCellAI Portal offers an intuitive online service for ImmuCellAI2, allowing users to perform immune cell infiltration analysis without local installation. To access this online service, simply click here (https://guolab.wchscu.cn/ImmuCellAI2/#/).
PyPI Page ImmuCellAI 2.0 homepage on PyPI: https://pypi.org/project/immucellai2/
Install ImmuCellAI2
pip install immucellai2
Usage
ImmuCellAI 2.0 expects a TPM matrix as input and can be implemented with only two lines of code in Python.
Basic Usage Code
import immucellai2
reference_data = immucellai2.load_tumor_reference_data()
result = immucellai2.run_ImmuCellAI2(
reference_file=reference_data,
sample_file=<file_path>, # User-defined
output_file=<file_path>, # User-defined
thread_num=8
)
Citation
If you use ImmuCellAI2 in your research, please cite the following publication:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 immucellai2-2.1.20.tar.gz.
File metadata
- Download URL: immucellai2-2.1.20.tar.gz
- Upload date:
- Size: 37.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af193c24040b624c482abd2957bde4dac4b24ab2aa62896d14988117ce333782
|
|
| MD5 |
77d04365fb75ecc60d615064ea52f0d3
|
|
| BLAKE2b-256 |
0352b0970a53488cd36a00d6cc609dac55a410fdb4feb56c8b366dae1066e3b6
|
File details
Details for the file immucellai2-2.1.20-py3-none-any.whl.
File metadata
- Download URL: immucellai2-2.1.20-py3-none-any.whl
- Upload date:
- Size: 37.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9030ff6b324980782bd5f08c71c6327db466aae29980ba7bb15b3eda01f1e478
|
|
| MD5 |
86923433aa6b69e1ec1b55fb44298212
|
|
| BLAKE2b-256 |
32b450c52b7a36013cb3a5303af1fd6b64432cdb4533b5faab3728cccfdf040e
|