library(knitr) opts_chunk$set(out.extra='style="display:block; margin: auto"', fig.align="center", fig.width=12, fig.height=12, tidy=TRUE)
BiocStyle::markdown()
The CNCDriver combined mutation recurrence and functional impact to identify coding and non-coding cancer drivers
library(remotes) install_github(repo="khuranalab/CNCDriver", ref="master", build_vignette=TRUE)
Load CNCDriver package:
library(CNCDriver)
A list of all accessible vignettes and methods is available with the following command:
help.search("CNCDriver")
For help on any CNCDriver package functions, use one of the following command formats:
help(getCDSPvalue) ?getCDSPvalue
Load pre-parsed FunSeq2 annotations of WGS SNV mutation calls in BRCA. The whole genome sequencing SNV mutation calls in BRCA are from Fredriksson et al. Nature Genetics 2015. WGS SNV data is available at
# Load pre-parsed FunSeq2 annotations for SNV mutation calls in LGG. data("reducedFunseqOutputCDS") data("reducedFunseqOutputNCDS")
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.