knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Contains data from the paper by Alexandrov, Kim, Haradhvala, Huang et al., 'The
repertoire of Mutational Signatures in Human Cancer'
https://doi.org/10.1038/s41586-020-1943-3. Please see ?PCAWG7
. The funny
name comes from the fact that this paper was generated by Working Group 7 of the
Pan Cancer Analysis of Whole Genomes (PCAWG) consortium. The data were then
placed on the COSMIC web site and subsequently updated.
if (!requireNamespace("remotes", quietly = TRUE)) { install.packages("remotes") } remotes::install_github(repo = "steverozen/PCAWG7")
To use new features in the development version, you can install PCAWG7 from the master branch on GitHub, which may not be stable:
if (!requireNamespace("remotes", quietly = TRUE)) { install.packages("remotes") } remotes::install_github(repo = "steverozen/PCAWG7", ref = "master")
https://github.com/steverozen/PCAWG7/blob/v0.1.3-branch/data-raw/PCAWG7_0.1.3.pdf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.