View source: R/sequence_position_handling_indels.R
expand_cigar | R Documentation |
This function expands a condensed CIGAR string into a sequence of operations.
expand_cigar(cigar)
cigar |
A character string representing the CIGAR operations from an alignment. |
A character string with each CIGAR operation expanded to show the full sequence of alignment operations. For example, '2M1I' would expand to 'MMI'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.