R/New.ReadQuartetCopyNb.R

Defines functions readQuartetCopyNb

Documented in readQuartetCopyNb readQuartetCopyNb readQuartetCopyNb

################# READ
### read only pm intensities given their position on the cel file
readQuartetCopyNb <-  function(tmpExprs){
   b <- 2 * 1:(length(tmpExprs)/2) 
   return(log2(tmpExprs[b, ]+ tmpExprs[b-1, ]))
}

Try the ITALICS package in your browser

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

ITALICS documentation built on Nov. 8, 2020, 6:48 p.m.