Description Usage Arguments Value
Create one column of the matrix for an indel catalog from one in-memory VCF.
1 | CreateOneColID115Matrix(ID.vcf, SBS.vcf = NULL)
|
ID.vcf |
An in-memory VCF as a data.frame annotated by the
One design decision for variant callers is the representation of "complex indels", e.g. mutations e.g. CAT > GC. Some callers represent this as C>G, A>C, and T>_. Others might represent it as CAT > CG. Multiple issues can arise. In PCAWG, overlapping indel/SBS calls from different callers were included in the indel VCFs. |
SBS.vcf |
This argument defaults to |
A list of a 1-column matrix containing the mutation catalog information and the annotated VCF with ID categories information added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.