findKataegis | R Documentation |
Given a table with a list of single nucleotide variants (SNVs) this function identifies groups of SNVs that are narrowly clustered together, and that are likely part of a kataegis. An annotated table of SNVs and a list of kataegis regions are returned.
findKataegis(snvs_table, sample_name)
snvs_table |
table listing the single nucleotide variants to use. Necessary column names are: chr, position, REF, ALT. |
sample_name |
name of sample |
kataegis regions and annotated SNVs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.