R/list.GEx.platforms.R

#' @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"))
}
stephaniehicks/quantroSim documentation built on May 30, 2019, 3:17 p.m.