get_indel_type | R Documentation |
This function utilizes get_indel_info
to determine the types of indels in a
given CIGAR string.
get_indel_type(pos, cigar)
pos |
Integer, the starting genomic position for the CIGAR string. |
cigar |
String, the CIGAR string representing genomic alignments. |
A character vector containing the types of indels (either 'I' for insertions or 'D' for deletions) in the CIGAR string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.