View source: R/constraints_eval.R
apply.constraint.list | R Documentation |
Checks whether the input values are within the specified limits.
apply.constraint.list(
gc.ratio.fw,
gc.ratio.rev,
min.GC,
max.GC,
fw.idx,
rev.idx,
mode.directionality = c("fw", "rev", "both")
)
gc.ratio.fw |
Forward values (comma-separated strings). |
gc.ratio.rev |
Reverse values (comma-separated strings). |
min.GC |
Minimal allowed value. |
max.GC |
Maximal allowed value. |
fw.idx |
Indices of forward values to consider. |
rev.idx |
Indices of reverse values to consider. |
mode.directionality |
Direction of primers |
Applies a constraint to every element in a vector of comma separated strings. Applied when filtering covered seqs according to primer efficiency.
Data frame with TRUE
for values fulfilling the constraints,
FALSE
otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.