Description Usage Arguments Value Author(s) Examples
Summarise the types of mutations in a region of kataegis.
1 | summarise.mutations(x, pos = 1)
|
x |
a |
pos |
the index of the kataegis region in |
returns a contingency table summarising the types of mutation found in the specified region of kataegis.
Jonathan Ellis <jonathan.j.ellis@gmail.com>
1 2 3 4 5 6 | ## Not run:
x <- kataegis(system.file('extdata', 'example.vcf', package = 'GenomicVis')
## End(Not run)
data(KataegisExample)
summarise.mutations(KataegisExample, pos = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.