formatter | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.