R/ngenes.default.R

Defines functions `ngenes.default`

`ngenes.default` <-
function(pn, i=NULL) {
  if (is.null(pn)) return(NULL)
  if (is.null(i))
    return(sapply(pn, ngenes.i))
  else
    return(ngenes.i(pn[,i]))
}

Try the goProfiles package in your browser

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

goProfiles documentation built on Nov. 8, 2020, 8:12 p.m.