R/makeTxDbFromBiomart.R

Defines functions makeTxDbFromBiomart getChromInfoFromBiomart

Documented in getChromInfoFromBiomart makeTxDbFromBiomart

### =========================================================================
### makeTxDbFromBiomart()
### -------------------------------------------------------------------------

### Everything in this file has moved to txdbmaker!

getChromInfoFromBiomart <- function(...)
{
    call_fun_in_txdbmaker("getChromInfoFromBiomart", ...)
}


makeTxDbFromBiomart <- function(...)
{
    call_fun_in_txdbmaker("makeTxDbFromBiomart", ...)
}
Bioconductor/GenomicFeatures documentation built on March 14, 2024, 6:16 a.m.