Nothing
###
### 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"))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.