knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The evoverse.datasets
is a wrapper package that contains datasets released within the evoverse
package. The
evoverse package is a suite of R package that can be used to implement Cancer Evolution analysis from tumour genome sequencing data.
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')
You can install the released version of evoverse.datasets
from
GitHub with:
# install.packages("devtools") devtools::install_github("caravagn/evoverse.datasets")
Giulio Caravagna, PhD. Institute of Cancer Research, London, UK.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.