Skip to contents

Print SSW alignment results

Usage

# S3 method for class 'ssw'
print(x, start_idx = 0L, ...)

Arguments

x

An object of class ssw.

start_idx

Index to start printing from.

...

Additional parameters for print() (not used).

Value

Invisibly returns the input object.

Examples

if (FALSE) { # is_installed_ssw_py()
a <- align("ACGT", "TTTTACGTCCCCC")
a
}