Open
Description
Notebook proposal
'Tumoroscope' model in PyMC
Why should this notebook be added to pymc-examples?
The 'Tumoroscope' model is a generative, graphical model for estimating proportions of cancer sub-clones in spatial transcriptomics data. It was originally built and sampled using a custom Gibbs Sampling process, but I have re-created it in PyMC and used the built-in "Inference Button" to perform sampling.
I would like to contribute this example as a case study to the PyMC gallery, adapting a notebook I have already built.
Suggested categories:
- Level: Case study
- Diataxis type: Reference
Related notebooks
This is a completely new notebooks proposed as a case study.
References
'Tumoroscope' preprint: https://www.biorxiv.org/content/10.1101/2022.09.22.508914v1
Repository where I have built the model in PyMC: https://github.com/jhrcook/pymc-tumoroscope