- Project Name: The name of your project.
- Description: A brief description of what your project does.
- Installation: Instructions for how to install your project.
- Usage: Instructions for how to use your project after it's installed.
- License: The license your project is distributed under.
- Note: This software package is yet to be published (unpublished)! If you have used it for publication purpose, please share authorship with MD. BABU MIA, PHD; ICAHN SCHOOL OF MEDICINE AT MOUNT SINAI. Contact for detials: md.babu.mia@mssm.edu
CellIdentifierDX
CellIdentifierDX is a Python package for identifying cell types using Bayesian scoring.
Installation
You can install CellIdentifierDX using pip:
pip install cellidentifierdx
Usage
Here's a basic example of how to use CellIdentifierDX:
from cellidentifierdx import annotate_cell_types
reference_file = "/path/to/your/reference_file.xlsx"
expr_file = "/path/to/your/expr_file.csv"
tissue, cell_type_annotations = annotate_cell_types(reference_file, expr_file, 'sheetname')
for cluster_idx, cell_type, avg_score in cell_type_annotations:
print(f"Cluster {cluster_idx} is annotated as {cell_type} with average Bayesian score of {avg_score}.")
License
MIT
Release files for cellidentifierdx 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cellidentifierdx-0.1.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cellidentifierdx-0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:7.5 kB
Release files / cellidentifierdx-0.1.tar.gz
| Download URL | cellidentifierdx-0.1.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d31f235c7dcdfd34d06a71e9319319b1a1b828c1a3de4aa911b79234075dfeb7
|
|
BLAKE2b-256 checksum How to use checksums |
afed0859f760c074ade49b113e37d92392c1e8ec924ce6b454fb3d8c92d55e64
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.3
|
Release files / cellidentifierdx-0.1-py3-none-any.whl
| Download URL | cellidentifierdx-0.1-py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8bd60272f41ad0e8a7a4c6db128106dca5ac0d49e351101c481fee6bbdc3451a
|
|
BLAKE2b-256 checksum How to use checksums |
a0131bab3dc3abbfecf0be117ee977d40996973bf9e04cc765df7b2726d069f8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.3
|