Skip to content

Commit 6db858b

Browse files
committed
Removed title; changed headers
1 parent b2d424f commit 6db858b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# `clonosGP`: Tracking clonal dynamics in cancer from longitudinal genomic data
2-
3-
## Introduction
1+
# Introduction
42

53
Tumours are mixtures of phylogenetically related cancer cell populations or *clones*, which are subject to a process of Darwinian evolution in response to selective pressures in their local micro-environment. `clonosGP` is a statistical methodology for tracking this latent heterogeneity continuously in time based on longitudinally collected tumour samples. In technical terms, it combines Dirichlet Process Mixture Models with Gaussian Process Priors to identify clusters of mutations and track their cellular prevalence continuously in time. If only cross-sectional data are available, then it performs standard non-parametric clustering of mutations based on their observed frequency, similarly to `PyClone` and other software in the same category. The statistical models underlying `clonosGP` were implemented in the excellent probabilistic programming system `PyMC3` on which we also rely for inference using variational methods.
64

7-
## Installation
5+
# Installation
86

97
`clonosGP` requires Python 3.7 or later. It can be easilly installed as follows:
108
1. Create a virtual environment: `python3 -m venv myenv`
@@ -13,10 +11,10 @@ Tumours are mixtures of phylogenetically related cancer cell populations or *clo
1311

1412
All necessary dependencies will also be installed.
1513

16-
## Usage
14+
# Usage
1715

1816
A guide to start using `clonosGP` quickly is available [here](quickstart.ipynb). A more thorough tutorial can be found [here](tutorial.ipynb).
1917

20-
## Citation
18+
# Citation
2119

2220
*citation to be added*

0 commit comments

Comments
 (0)