Description Usage Arguments Value
View source: R/fitness_evaluator_homology.R
Assigns each sequences a fitness based on the homology to provided sequences
1 2 3 4 5 | fitness_evaluator_homology_fun(
the_seq,
comparators,
h2fs = "h2fs_univariate_linear_fun"
)
|
the_seq |
All the sequences to which fitnesses must be assigned. |
comparators |
The sequences to which the input sequences must be compared |
h2fs |
A function that remaps the homology results between the input sequences and the comparators to a fitness score. |
A list with a single element called fitness.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.