theislab / txsim

3 stars 0 forks source link

txsim

Python package to measure the similarity between matched single cell and targeted spatial transcriptomics data

Installation

Cloning and adding

In a clean conda environment with pip installed, run in the terminal:

git clone https://github.com/theislab/txsim.git

Navigate to the folder:

cd txsim

And install using pip:

pip install -e .

Requirements

To import txsim, install squidpy (and all of its dependencies) into your environment For full functionality, the following are required as well:

Using Functions

All of the functions in txsim are currently either in the metrics or preprocessing module. A list of functions is as follows:

Metrics