This pacakge is designed to take MANTA or SvABA VCF files which have been run without a paired normal and classify each rearrangement as germline or somatic.
library(BiocManager) BiocManager::install('GenomicRanges')
library(devtools) devtools::install_github('mskilab/gUtils') ``` Documentation for these packages can be found at: \ devtools \ parallel \ BiocManager \ GenomicRanges \ gUtils
Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS=TRUE)
devtools::install_github('acranej/InProgress')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.