View source: R/sequence_position_handling_indels.R
get_indel_length | R Documentation |
This function uses the get_indel_info
function to extract the lengths of
indels from a given CIGAR string, starting from a specified genomic position.
get_indel_length(pos, cigar)
pos |
Integer, the starting genomic position for the CIGAR string analysis. |
cigar |
String, the CIGAR string representing genomic alignments. |
An integer vector containing the lengths of the indels in the CIGAR string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.