View source: R/recommendBiocViews.R
getCurrentbiocViews | R Documentation |
This function looks returns a list containing all the biocViews that are present on the Bioconductor website.
getCurrentbiocViews()
It parses the dot file present inside the biocViews package.
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 |
Sonali Arora
ans <- getCurrentbiocViews()
## only the first 6 from each branch are shown here.
lapply(ans, head)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.