View source: R/con_primer_coverage.R
update.cvg.data | R Documentation |
Updates the coverage-related columns in the input primer data frame. Does not modify the entries of template-specific coverage columns such as primer efficiency (comma-separated values).
## S3 method for class 'cvg.data'
update(
filtered.df,
sel,
template.df,
mode = c("on_target", "off_target"),
active.constraints
)
filtered.df |
Primer data frame. |
sel |
List with indices of covered templates to be retained, one list with template indices to keep per primer. |
template.df |
Template data frame. |
mode |
Either |
active.constraints |
The active coverage constraints. |
Removes all coverage events of templates whose index is not in sel
.
A primer data frame with updated coverage information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.