#' Gene annotations for supported organisms in DIANE
#'
#' For each gene identifier, are provided its common name and description.
#'
#' @source
#' \describe{
#' \item{For Arabidopsis thaliana}{\url{http://bioconductor.org/packages/release/data/annotation/html/org.At.tair.db.html}
#' {TAIR10 via the bioconductor package org.At.tair.db}}
#' }
#' @format A named list with the following elements:
#' \describe{
#' \item{Arabidopsis thaliana}{Dataframe with AGI terms as rownames, and two columns :
#' description and name.}
#' \item{Oryza sativa rapdb}{Dataframe with IDs as rownames, and two columns :
#' description and label}
#' }
#' @examples
#' {
#' print(head(gene_annotations[["Arabidopsis thaliana"]]))
#' }
"gene_annotations"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.