.explodeCigarOpCombs {CrispRVariants} | R Documentation |
Breaks cigar strings into individual operations
.explodeCigarOpCombs(cigar, ops = GenomicAlignments::CIGAR_OPS)
cigar |
character(m) A vector of cigar strings |
ops |
character(n) Which operations should be kept? |
The operations, as a CharacterList
Exploded cigar operations with operation widths
Helen Lindsay