formatter: Format and pretty-print SSW forced alignment results without...

View source: R/print.R

formatterR Documentation

Format and pretty-print SSW forced alignment results without truncation

Description

Format and pretty-print SSW forced alignment results without truncation

Usage

formatter(x, print = FALSE)

Arguments

x

An object of class ssw containing the forced alignment results.

print

Pretty-print the results? Default is FALSE.

Value

The formatted forced alignment results.

Examples


a <- force_align("ACTG", "TTTTCTGCCCCCACG")
b <- a |> formatter()
b
a |> formatter(print = TRUE)


ssw documentation built on Sept. 18, 2024, 9:07 a.m.