malhamdoosh/EGSEA

defensive programming for buildIdx to avoid bad gene sets

AMChalkie opened this issue · 0 comments

gs.annots = buildIdx(entrezIDs = NULL, species = "mouse",
msigdb.gsets = gsdb.gsets, kegg.exclude = "all")

add this to function
stopifnot(!is.null(entrezIDs))