R/gsea.length.R

Defines functions gsea.length

Documented in gsea.length

#' How many genesets in a GSEA object?
#' 
#' @param x a GSEA object
#' @return an integer indicating how many genesets are present
#' @author Mark Cowley, 2009-10-16
#' @export
gsea.length <- function(x) {
	nrow(x$tt)
}
drmjc/metaGSEA documentation built on Aug. 8, 2020, 1:53 p.m.