getCurrentbiocViews: Get a list of biocViews for each branch

Description Usage Details Value Author(s) Examples

View source: R/recommendBiocViews.R

Description

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

Usage

1

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

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

biocViews documentation built on Nov. 19, 2020, 2:01 a.m.