#' Splits TERM2GENE dataframe to list
#'
#' @param TERM2GENE TERM2GENE dataframe
#'
#' @return
#' @export
#'
#'
TERM2GENE_2_list <- function(TERM2GENE) {
return(split(x = TERM2GENE$GENE, TERM2GENE$TERM))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.