biocViews (version 1.40.1)

getCurrentbiocViews: Get a list of biocViews for each branch

Description

This function looks returns a list containing all the biocViews that are present on the Bioconductor website.

Usage

getCurrentbiocViews()

Arguments

Value

It returns a named list with 3 components.
Software
biocViews from the software branch
ExperimentData
biocViews from the ExperimentData branch
AnnotationData
biocViews from the AnnotationData branch

Details

It parses the dot file present inside the biocViews package.

Examples

Run this code
ans <- getCurrentbiocViews()
## only the first 6 from each branch are shown here.  
lapply(ans, head)

Run the code above in your browser using DataCamp Workspace