Provides the minimal pairwise interface required by align_many() for the GRASP algorithm. Uses the existing GRASP building blocks to estimate a relative orthogonal transform between two domains. Construct a GRASP aligner descriptor
Examples
algo <- grasp_aligner()
aligner_capabilities(algo)
#> $group
#> [1] "O"
#>
#> $supports_multi
#> [1] FALSE
#>