Learn R Programming

edlibR (version 1.0.3)

nice_print: 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)

Value

Pretty-prints the list returned by getNiceAlignment()

Arguments

niceAlignment

list Output of the method getNiceAlignment()

Examples

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

Run the code above in your browser using DataLab