View source: R/sequence_position_handling_indels.R
get_indel_genomic_pos | R Documentation |
This function uses the get_indel_info
function to extract the genomic
positions of indels from a given CIGAR string, starting from a specified
genomic position.
get_indel_genomic_pos(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 genomic positions 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.