View source: R/select_method.R
select_method | R Documentation |
Select a valid alternative method when the one chosen is not compatible with the current Bioconductor version. When provided a valid method, simply reutrns that method.
select_method(
fn,
fn_arg = "method",
method,
rhtslib_pkgs = c("variantannotation", "rsamtools", "rtracklayer"),
verbose = TRUE
)
fn |
Unevaluated function to select method for. |
fn_arg |
Name of the argument that lists the various methods available for that particular function. |
method |
Method selected by user. |
rhtslib_pkgs |
List of R packages that depend on |
verbose |
Print messages. |
A valid method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.