get.cvg.gain | R Documentation |
Computes the coverage gain from covered.seqs
.
get.cvg.gain(
covered.seqs,
template.df,
missing.df,
candidate.df,
con.names,
constraint.limits,
feasible.only = FALSE
)
covered.seqs |
List with covered sequences. |
template.df |
A |
missing.df |
A |
candidate.df |
A |
con.names |
The constraint to evaluate the coverage gain for upon being relaxed. |
constraint.limits |
A list with constraint limits. |
feasible.only |
Whether only feasible coverage gains are to be outtputed. Here, feasible relates to coverage gains that can be obtained directly with the next relaxation. |
The number of covered sequences to be gained.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.