nice_print {edlibR}R Documentation

Prints the output of getNiceAlignment() in a visually informative format in order to inspect the alignment

Description

Prints the output of getNiceAlignment() in a visually informative format in order to inspect the alignment

Usage

nice_print(niceAlignment)

Arguments

niceAlignment

list Output of the method getNiceAlignment()

Value

Pretty-prints the list returned by getNiceAlignment()

Examples

query = "elephant"
target = "telephone"
result = align(query, target, task = "path")
nice_algn = getNiceAlignment(result, query, target)
nice_print(nice_algn)


[Package edlibR version 1.0.2 Index]