CAS Tools
CAS-Tools is a comprehensive utility package designed to facilitate the effective use and manipulation of the Cell Annotation Schema (CAS) in single-cell transcriptomics data analysis. CAS supports recording the rationale and evidence for single cell annotation, including gene expression evidence and details of automated annotation transfer. The standard can be saved as a separate JSON file with a resolvable link to a martix (AnnData) file containing annotated data, or embedded in the annotated AnnData file. Further details are available at https://cellannotation.github.io/cas-tools/.
Installation
You can install CAS-Tools pypi package using pip:
pip install cas-tools
Overview
CAS-Tools simplifies the use of CAS by offering a set of programmatically accessible operations including:
- Validate Annotations: Validate annotations against the CAS standard to ensure compliance and consistency.
- Validation of markers against linked AnnData file
- Merge to Anndata - updating annotations in the AnnData file and saving JSON to the AnnData header.
- Reporting: Generation of dataframe reports of CAS content from JSON.
- Export to CAP-Anndata format: Merges into AnnData file following a derived, flattened representation of CAS, used by the Cell Annotation Platform (CAP) (CAP-Anndata).
- Import from Allen Brain Cell Atlas (ABC) format DataFrames:
Getting Started
CAS-tools functionality can be accessed via imported object in python or via a command line tool. For CLI tool function details please see:
Release files for cas-tools 1.1.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cas_tools-1.1.8.tar.gz | 54.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cas_tools-1.1.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 125.0 kB
Release files / cas_tools-1.1.8.tar.gz
| Download URL | cas_tools-1.1.8.tar.gz |
|---|---|
| Size | 54.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d806a237b16fd917e1426e407cac469bcd4e7e0cd9597426c7cfb6ddd5ea3593
|
|
BLAKE2b-256 checksum How to use checksums |
e8c3ce3a50bac2c6996a2101f21dac3a7d0da88193ba9fc9e58b1a9c05249c70
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.9
|
Release files / cas_tools-1.1.8-py3-none-any.whl
| Download URL | cas_tools-1.1.8-py3-none-any.whl |
|---|---|
| Size | 70.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7127b65ebcfd50facd0fa1c792d4e69948cfbf971b7499863937bfb4eaef28fc
|
|
BLAKE2b-256 checksum How to use checksums |
077bbb76c206082d9b1da5066a7802a55a76a1a3ae6316b36bec31e940ea6fd3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.9
|