-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.Rmd
65 lines (42 loc) · 2.36 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# evoverse <img src='man/figures/logo.png' align="right" height="139" />
<!-- badges: start -->
[![Travis build
status](https://travis-ci.org/caravagn/evoverse.svg?branch=master)](https://travis-ci.org/caravagn/evoverse)
[![](https://img.shields.io/badge/Part%20of-evoverse-blue.svg)](https://caravagn.github.io/evoverse)
<!-- badges: end -->
The `evoverse` collects multiple R packages to implement Cancer Evolution analyses on cancer bulk sequencing data, which can be used to reconcile tumour heterogeneity (TH).
With the `evoverse` functions you can study TH across patients (inter-patient heterogeneity), or within a patient (intra-tumour heterogeneity).
#### Features
* functions to QC somatic calls (mutation and copy number segments) for a Cancer Evolution analysis;
* functions to determine subclonal architectures integrating both Population Genetics and Machine Learning (model based subclonal deconvolution);
* determine repeated evolution across patients, comparing tumours for their evolutionary trajectories (repeated evolutionary trajectories).
[![](https://img.shields.io/badge/Available-Pipelines-yellow.svg)](https://caravagn.github.io/evoverse/articles/pipelines.html)
[![](https://img.shields.io/badge/Available-Packages-yellow.svg)](https://caravagn.github.io/evoverse/articles/packages.html)
#### Help and support
[![](https://img.shields.io/badge/GitHub%20Pages-https://caravagn.github.io/evoverse/-yellow.svg)](https://caravagn.github.io/evoverse)
-----
### Installation
You can install the released version of `evoverse` from
[GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("caravagn/evoverse")
```
-----
#### Copyright and contacts
Giulio Caravagna, PhD. _Institute of Cancer Research, London, UK_.
[![](https://img.shields.io/badge/Email-gcaravagn@gmail.com-seagreen.svg)](mailto:gcaravagn@gmail.com)
[![](https://img.shields.io/badge/Github-caravagn-seagreen.svg)](https://github.com/caravagn)
[![](https://img.shields.io/badge/Twitter-@gcaravagna-steelblue.svg)](https://twitter.com/gcaravagna)
[![](https://img.shields.io/badge/Personal%20webpage-https://bit.ly/2kc9E6Y-red.svg)](https://sites.google.com/site/giuliocaravagna/)