.explodeCigarOpCombs {CrispRVariants}R Documentation

.explodeCigarOpCombs

Description

Breaks cigar strings into individual operations

Usage

.explodeCigarOpCombs(cigar, ops = GenomicAlignments::CIGAR_OPS)

Arguments

cigar

character(m) A vector of cigar strings

ops

character(n) Which operations should be kept?

Value

The operations, as a CharacterList

Exploded cigar operations with operation widths

Author(s)

Helen Lindsay


[Package CrispRVariants version 1.20.0 Index]