formatter {ssw} | R Documentation |
Format and pretty-print SSW forced alignment results without truncation
formatter(x, print = FALSE)
x |
An object of class |
print |
Pretty-print the results? Default is |
The formatted forced alignment results.
a <- force_align("ACTG", "TTTTCTGCCCCCACG")
b <- a |> formatter()
b
a |> formatter(print = TRUE)