View source: R/operations_utils.R
| make_seq_options | R Documentation |
seq_options list for sequence‑based receptor filteringA convenience wrapper that validates the common arguments for
filter_receptors() and returns them in the required list form.
make_seq_options(
query_col,
patterns,
method = c("exact", "lev", "hamm", "regex"),
max_dist = NA,
name_type = c("index", "pattern")
)
query_col |
Character(1). Name of the receptor column to compare
(e.g. |
patterns |
Character vector of sequences or regular expressions to search for. |
method |
One of |
max_dist |
Numeric distance threshold for |
name_type |
Passed straight to |
A named list suitable for the seq_options argument of
filter_receptors().
filter_receptors(), annotate_receptors()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.