R/is.gsea.R

Defines functions is.gsea

Documented in is.gsea

#' Is x a GSEA object
#' 
#' @param x an object. NOT a list of of objects
#' @return logical.
#' @author Mark Cowley, 2009-12-16
#' @export
is.gsea <- function(x) {
	all( c("tt", "leading.edge", "rpt") %in% names(x) )
}
drmjc/metaGSEA documentation built on Aug. 8, 2020, 1:53 p.m.