Skip to content

Core functions for pycisTarget and the SCENIC tool suite

License

Notifications You must be signed in to change notification settings

aertslab/ctxcore

Repository files navigation

ctxcore

GitHub release (latest by date) buildstatus pypipackage docstatus

Core functions for pycisTarget and the SCENIC tool suite


ctxcore is part of the SCENIC Suite of tools! See the main SCENIC website for additional information and a full list of tools available.


Quickstart

ctxcore is available on PyPI and can be installed with pip.

$ pip install ctxcore

After installing ctxcore you can use it like any other Python module.

Here is a simple example:

import ctxcore
# Fill this section in with the common use-case.

The API Reference provides API-level documentation.