Skip to contents

CONE-Align multiple aligner (native multi-view)

Usage

cone_multi_aligner()

Value

An object of class `c("cone_multi_aligner", "aligner")` representing a CONE-Align multiple alignment algorithm descriptor.

Examples

algo <- cone_multi_aligner()
aligner_capabilities(algo)
#> $group
#> [1] "O"
#> 
#> $supports_multi
#> [1] TRUE
#>