R/fit.cgh.mir.byname.R

Defines functions fit.cgh.mir.byname

Documented in fit.cgh.mir.byname

fit.cgh.mir.byname <- function(X, Y, geneName, windowSize, ...){
          
          
  index <- which(rownames(X$data) == geneName)
  window <- sparse.window(X,Y,index,windowSize)
  fit.dependency.model(window$X,window$Y,...)
}

Try the pint package in your browser

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

pint documentation built on Oct. 31, 2019, 2:41 a.m.