pkgBiocDeps | R Documentation |
The function uses the pkgType
argument to restrict the look up to only the
relevant Bioconductor repository. It works for multiple packages of the same
type.
pkgBiocDeps(
pkg,
pkgType = c("software", "data-experiment", "workflows", "data-annotation"),
which = "strong",
only.bioc = TRUE,
recursive = FALSE,
version = BiocManager::version()
)
pkg |
|
pkgType |
|
which |
a character vector listing the types of
dependencies, a subset of
|
only.bioc |
|
recursive |
a logical indicating whether (reverse) dependencies
of (reverse) dependencies (and so on) should be included, or a
character vector like |
version |
(Optional) |
pkgBiocDeps("MultiAssayExperiment", only.bioc = TRUE)
pkgBiocDeps("MultiAssayExperiment", only.bioc = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.