-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
61 lines (42 loc) · 1.88 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
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# evoverse.datasets <img src='man/figures/logo.png' align="right" height="139" />
<!-- badges: start -->
[](https://travis-ci.org/caravagn/CNAqc)
[](https://www.tidyverse.org/lifecycle/#maturing)
[](https://caravagn.github.io/evoverse)
<!-- badges: end -->
The `evoverse.datasets` is a wrapper package that contains datasets released within the `evoverse` package. The
[evoverse package](https://caravagn.github.io/evoverse) is a suite of R package that can be used to implement Cancer Evolution analysis from tumour genome sequencing data.
#### Usage
``` r
library(evoverse.datasets)
# Show the available data
available_data()
# Example load of TRACERx calls from the NEJM 2017 dataset
data('TRACERx_NEJM_2017', package = 'evoverse.datasets')
```
-----
### Installation
You can install the released version of `evoverse.datasets` from
[GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("caravagn/evoverse.datasets")
```
-----
#### Copyright and contacts
Giulio Caravagna, PhD. _Institute of Cancer Research, London, UK_.
[](mailto:gcaravagn@gmail.com)
[](https://github.com/caravagn)
[](https://twitter.com/gcaravagna)
[](https://sites.google.com/site/giuliocaravagna/)