View source: R/sequence-capabilities.R
| sequence_capabilities | R Documentation |
Returns a deterministic, machine-readable inventory of native analytical capabilities, optional adapters, reference implementations, and specialist handoffs relevant to the current gp3sequences development series.
sequence_capabilities(include_optional = TRUE, check_versions = TRUE)
include_optional |
Logical; include optional/reference capabilities. |
check_versions |
Logical; report installed optional-package versions. |
A data frame with capability family, capability, implementation role, backend, availability, and version information. The function never installs, attaches, or loads optional packages.
capabilities <- sequence_capabilities()
capabilities[c("family", "capability", "role", "available")]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.