Description Usage Arguments Value
Plots the percentage of primers fulfilling the specified constraints for multiple primer sets.
1 2 3 4 5 6 7 8 9 | ## S4 method for signature 'list'
plot_constraint_fulfillment(
primers,
settings,
active.constraints,
plot.p.vals = FALSE,
ncol = 2,
highlight.set = NULL
)
|
primers |
A list of |
settings |
A |
active.constraints |
The identifiers of constarints to be plotted for fulfillment. |
plot.p.vals |
Whether p-values from Fisher's exact test should be annotated for every primer set. |
ncol |
The number of columns for facet wrap. |
highlight.set |
Identifiers of primer sets to be highlighted. |
Plot indicating the ratio of primers
fulfilling the constraints specified in constraint.settings
for each primer set in primers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.