get_max_set_coverage | R Documentation |
Determines the maximal coverage ratio of a set of primers for primer subsets valid for a certain temperature range. a certain melting temperature range.
get_max_set_coverage(
primer.df,
template.df,
Tm.brackets,
settings,
mode.directionality,
max.only = TRUE
)
primer.df |
An object of class |
template.df |
An objectc of class |
Tm.brackets |
A data frame with temperature information. |
settings |
A |
mode.directionality |
The direction of the primers. |
max.only |
Whether only the maxium coverage shall be returned.
If |
The maximal coverage ratio of a primer set if max.only
is TRUE
or the coverages of all melting temperature seets if max.only
is FALSE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.