View source: R/sequence_context_functions.R
SymmetricalContextsFor1BPIndel | R Documentation |
Get all the sequence contexts of the indels in a given 1 base-pair indel class from a VCF
SymmetricalContextsFor1BPIndel(annotated.vcf, indel.class, flank.length = 5)
annotated.vcf |
An in-memory |
indel.class |
A single character string that denotes a 1 base pair
insertion or deletion, as taken from |
flank.length |
The length of flanking bases around the position or homopolymer targeted by the indel. |
A list of all sequence contexts for the specified indel.class
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.