#' 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.