pkgBiocRevDeps | R Documentation |
The function returns a slightly upgraded list with dependency types as
elements and package names in each of those elements, if any. The
types of dependencies can be seen in the which
argument documentation.
pkgBiocRevDeps(
pkg,
pkgType = c("software", "data-experiment", "workflows", "data-annotation"),
which = "all",
only.bioc = TRUE,
version = BiocManager::version()
)
## S3 method for class 'biocrevdeps'
summary(object, ...)
pkg |
|
pkgType |
|
which |
a character vector listing the types of
dependencies, a subset of
|
only.bioc |
|
version |
(Optional) |
object |
an object for which a summary is desired. |
... |
additional arguments affecting the summary produced. |
The summary method of the biocrevdeps
class given by
pkgBiocRevDeps
provides a tally in each dependency field.
A biocrevdeps
list class object
rdeps <- pkgBiocRevDeps("MultiAssayExperiment", which = "all")
rdeps
summary(rdeps)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.