Description Usage Arguments Value Author(s) Examples
View source: R/recommendBiocViews.R
biocViews are "keywords" which are used to describe a given package. They are broadly divided into three categories, representing the type of packages present in the Bioconductor Project - Software, Annotation Data and Experiment Data. One can find packages which are tagged with biocViews using this function.
1 | recommendPackages(biocViews, use.release=TRUE, intersect.views=TRUE)
|
biocViews |
A character vector containing a list of biocViews. Currently only biocViews from the software branch are supported. |
use.release |
A logical character indicating if you want packages recommended from the release branch of Biocondutor. |
intersect.views |
A logical character indicating if you want packages which are tagged with all the input biocViews or packages tagged with any one or more of the biocViews. |
A character vector containing a list of packages. If multiple biocViews are given as input, the result returns packages tagged with all or atleast one of the input biocViews.
Sonali Arora.
1 | recommendPackages(c("clustering", "classification"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.