#' @title List of platforms available to simulate gene expression data
#'
#' @description List of platforms available to simulate gene expression data
#'
#' @return List of platforms available to simulate gene expression data
#'
#' @author Stephanie Hicks
#' @export
#' @examples
#' list.GEx.platforms()
list.GEx.platforms <- function(){
return(c("GExArrays"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.