fitness_evaluator_homology_fun: The homology based fitness_evaluator

Description Usage Arguments Value

View source: R/fitness_evaluator_homology.R

Description

Assigns each sequences a fitness based on the homology to provided sequences

Usage

1
2
3
4
5
fitness_evaluator_homology_fun(
  the_seq,
  comparators,
  h2fs = "h2fs_univariate_linear_fun"
)

Arguments

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.

Value

A list with a single element called fitness.


philliplab/yasss documentation built on Sept. 7, 2020, 3:28 p.m.