View source: R/sequence_context_functions.R
Get1BPIndelFlanks | R Documentation |
Get all the sequence contexts of the indels in a given 1 base-pair indel class
Get1BPIndelFlanks(sequence, ref, alt, indel.class, flank.length = 5)
sequence |
A string from |
ref |
A string from |
alt |
A string from |
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 string for the specified sequence
and indel.class
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.