R/ArrayControlDbLite.R

#' Constructor for an ArrayControlDbLite object.
#'
#' @param x the name of the sqlite file
#' @param ... additional arguments related to ArrayControl annotation database.
#' @return an ErccDbLite object.
#' 
#' @export
ArrayControlDbLite <- function (x, ...) {
  erccdb <- TxDbLite(x, ...)
  class(erccdb) <- "ArrayControlDbLite"
  return(erccdb)
}
arcolombo/TxDbLite documentation built on July 10, 2020, 12:27 a.m.