R/getInfoInFile.R

Defines functions getInfoInFile

Documented in getInfoInFile

getInfoInFile <- function(filename, type, unit, property, compress=NULL) {
  if (is.null(compress) && (type == "CDF"))
    compress <- getOption("BioC")$affy$compress.cdf
  if (is.null(compress) && (type == "CEL"))
    compress <- getOption("BioC")$affy$compress.cel
  .Call("getInfo", as.character(filename), as.character(type),
  as.character(unit), as.character(property), as.integer(compress),
  PACKAGE="makecdfenv")
}

Try the makecdfenv package in your browser

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

makecdfenv documentation built on Nov. 8, 2020, 8:03 p.m.