View source: R/optimization_ILP.R
get.coverage.matrix | R Documentation |
Constructs a coverage matrix where rows indicate templates and columns indicate primers.
get.coverage.matrix(primer.df, template.df, constraints = NULL)
primer.df |
Primer data frame. |
template.df |
Template data frame. |
constraints |
A character vector of coverage constraints
to be used as entries for the coverage matrix instead of the 0/1 encoding.
At its default setting ( |
Entry (i,j) in the matrix is equal to 1 if primer j covers template i and otherwise 0.
The binary coverage matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.