formatter {ssw} | R 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 |
print |
Pretty-print the results? Default is |
Value
The formatted forced alignment results.
Examples
a <- force_align("ACTG", "TTTTCTGCCCCCACG")
b <- a |> formatter()
b
a |> formatter(print = TRUE)
[Package ssw version 0.2.1 Index]