Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 529 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 529 Bytes

Multiscale Spectral Similarity Index

An MS-SSIM inspired metric for assessing imputation accuracy in spatial transcriptomics data. MSSI works by iterativly pooling the graph representing the spatial data and relies on the graph-coarsening package (https://github.com/loukasa/graph-coarsening) which can be installed through the commands:

git clone [email protected]:loukasa/graph-coarsening.git
cd graph-coarsening
pip install .

And then mssi can be installed via pip:

pip install mssi