View source: R/constraints_eval.R
apply.constraint | R Documentation |
Checks whether the input values are within the specified limits.
apply.constraint(
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. |
gc.ratio.rev |
Reverse values. |
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 |
Data frame with TRUE
for values fulfilling the constraints,
FALSE
otherwise. Also returns FALSE
if a data point is not available.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.