Format and pretty-print SSW forced alignment results without truncation
Source:R/print.R
formatter.Rd
Format and pretty-print SSW forced alignment results without truncation
Examples
if (FALSE) { # is_installed_ssw_py()
a <- force_align("ACTG", "TTTTCTGCCCCCACG")
b <- a |> formatter()
b
a |> formatter(print = TRUE)
}