AddAndCheckSBSClassInVCF | R Documentation |
Add and check SBS class in an annotated VCF with the corresponding SBS mutation matrix
AddAndCheckSBSClassInVCF(vcf, mat96, mat1536, mat192 = NULL, sample.id)
vcf |
An in-memory VCF file annotated with sequence context and
transcript information by function |
mat96 |
The SBS96 mutation count matrix. |
mat1536 |
The SBS1536 mutation count matrix. |
mat192 |
The SBS192 mutation count matrix. |
sample.id |
Usually the sample id, but defaults to "count". |
The original vcf
with three additional columns
SBS96.class
, SBS192.class
and SBS1536.class
added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.