This codebase contains the Python client library for using Cellarium Cell Annotation Service (CAS).
The cellarium-cas package officially supports Python versions between 3.7 and 3.10. We recommend using Python 3.10.
You can install CAS from PyPI using pip
. To install the latest version, please run the following command:
$ pip install cellarium-cas
To install a specific version version_number
, you can use the following command:
$ pip install cellarium-cas==<version_number>
If you wish to use visualization features, you can install the package with the visualization extras:
$ pip install cellarium-cas[vis]
You need an API token to use CAS. We are offerring a free public beta program for a limited time to try CAS and explore ways it can enhance your cell biology research. To obtain your unique API token to join the public beta program, please navigate to the CAS webpage at cellarium.ai, scroll to the bottom of the page, and sign up. We will contact you with your unique API key as soon as the public beta is available.
The fastest way to get started with using CAS is to follow the quickstart tutorial: Click here to open the quickstart tutorial on GitHub
It is even easier to go through the quickstart tutorial on Google Colab. Remember, you still need an API key to successfully run through the tutorial: Click here to open the quickstart tutorial on Google Colab
Please visit the project's ReadTheDocs page for additional documentation.