R/read.celfile.R

Defines functions read.celfile

Documented in read.celfile

###
### File: read.celfile.R
###
### Aim: read entire contents of a single given specified CEL file into
###      an R data structure.
###


read.celfile <- function(filename,intensity.means.only=FALSE){
 return(.Call("R_read_cel_file",filename,intensity.means.only,PACKAGE="affyio"))
}

Try the affyio package in your browser

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

affyio documentation built on Nov. 8, 2020, 6:53 p.m.