R/ErccDbLite.R

#' Constructor for an ErccDbLite object.
#'
#' @param x the name of the sqlite file
#' @param ... additional arguments related to ERCC annotation database.
#' @return an ErccDbLite object.
#' 
#' @export
ErccDbLite <- function (x, ...) {
  erccdb <- TxDbLite(x, ...)
  class(erccdb) <- "ErccDbLite"
  return(erccdb)
}
RamsinghLab/TxDbLite documentation built on March 14, 2021, 10:49 a.m.