This package is used as a classifier for determining the origin of a mutation, specifically for samples that have been preserved using formalin-fixation paraffin-embedding (FFPE). This preservation process introduces artificial FFPE-caused mutations. The new variants (mostly C to T type mutations) transform the origin mutation profile, creating difficulty in detecting the original mutation signature. Excerno quantifies the abundance of the FFPE mutational signature and uses Bayes’ formula to filter FFPE artifacts.
Excerno also includes the ability to simulate cancer samples by randomly generating mutations that corresponds to the FFPE mutational signature and a mutational signature from the Catalogue Of Somatic Mutations In Cancer.
Additional data:
Make sure you have all of these packages installed already:
Notice that for installing some of the packages you need the BiocManager installed, for example
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("BSgenome.Hsapiens.UCSC.hg38")
install.packages("devtools")
devtools::install_github("jdavilal/excerno", dependencies = TRUE, build_vignettes = TRUE)
browseVignettes("excerno")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.