R/list.meth.platforms.R

#' @title List of platforms available to simulate DNA methylation data
#'
#' @description List of platforms available to simulate DNA methylation data
#'
#' @return List of platforms available to simulate gene expression data
#'
#' @author Stephanie Hicks
#' @export
#' @examples
#' list.meth.platforms()
list.meth.platforms <- function(){
	return(c("methArrays"))
}
stephaniehicks/quantroSim documentation built on May 30, 2019, 3:17 p.m.