R/build.target.R

Defines functions build.target

Documented in build.target

build.target <-
function(x,genegroups=NULL,type) {

  targetFun <- switch(type, cor = targetCor,
                            D = targetD,
                            F = targetF,
                            G = targetG,
                            Gpos = targetGpos,
                            Gstar= targetGstar)
  res <- targetFun(x,genegroups)
}

Try the SHIP package in your browser

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

SHIP documentation built on May 1, 2019, 8:29 p.m.