Description Usage Details Value Author(s) Examples
View source: R/recommendBiocViews.R
This function looks returns a list containing all the biocViews that are present on the Bioconductor website.
1 |
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
1 2 3 | 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.