AddAndCheckDBSClassInVCF | R Documentation |
Add and check DBS class in an annotated VCF with the corresponding DBS mutation matrix
AddAndCheckDBSClassInVCF(vcf, mat78, mat136, mat144 = NULL, sample.id)
vcf |
An in-memory VCF file annotated with sequence context and
transcript information by function |
mat78 |
The DBS78 mutation count matrix. |
mat136 |
The DBS136 mutation count matrix. |
mat144 |
The DBS144 mutation count matrix. |
sample.id |
Usually the sample id, but defaults to "count". |
The original vcf
with three additional columns
DBS78.class
, DBS136.class
and DBS144.class
added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.