R/heter.gage.R

Defines functions heter.gage

Documented in heter.gage

heter.gage <- function(exprs, gsets, ref.list, samp.list, 
    comp.list = "paired", use.fold = TRUE, ...) {
    pData = pairData(exprs, ref.list = ref.list, samp.list = samp.list, 
        comp.list = comp.list, use.fold = use.fold, ...)
    hg.p = gage(pData$exprs, gsets, ref = NULL, samp = NULL, 
        weights = pData$weights, ...)
    return(hg.p)
}
 

Try the gage package in your browser

Any scripts or data that you put into this service are public.

gage documentation built on Dec. 13, 2020, 2:01 a.m.