reverseCigar: reverseCigar function

View source: R/utils.R

reverseCigarR Documentation

reverseCigar function

Description

This function reverses the cigar string, i.e., 20M15I10D will be reversed to 10D15I20M.

Usage

  reverseCigar(cigar, ops=CIGAR_OPS)

Arguments

cigar

A character vector of cigar strings.

ops

A character vector of the extended CIGAR operations. By default, CIGAR_OPS is used.

Value

A character vector contains the reversed cigar strings.

Author(s)

Ge Tan

See Also

cigar-utils

Examples

  cigar = c("20M15I10D", "10D15I20M")
  reverseCigar(cigar)

ge11232002/CNEr documentation built on Oct. 26, 2022, 7:08 p.m.