getCurrentbiocViews: Get a list of biocViews for each branch

View source: R/recommendBiocViews.R

getCurrentbiocViewsR Documentation

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()

Details

It parses the dot file present inside the biocViews package.

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

Author(s)

Sonali Arora

Examples

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

Bioconductor/biocViews documentation built on Oct. 29, 2023, 5:05 p.m.