View source: R/sequence_position_handling_indels.R
convert_to_cigar | R Documentation |
This function takes an expanded CIGAR string (where each operation is represented individually, e.g., "MMMMMMMDDDDDDDMIDD") and converts it into standard CIGAR format (where consecutive operations are counted, e.g., "7M7D1M1I2D").
convert_to_cigar(cleaned_cigar)
cleaned_cigar |
A character string representing the expanded CIGAR string. |
A character string in standard CIGAR format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.