View source: R/makeEpiTxDbFromRMBase.R
makeEpiTxDbFromRMBase | R Documentation |
EpiTxDb
object from RMBase v2.0 online resourcesmakeEpiTxDbFromRMBase
will make use of the RMBase v2.0 online
resources.
EPITXDB_RMBASE_URL
downloadRMBaseFiles(organism, genome, modtype)
makeEpiTxDbFromRMBase(
organism,
genome,
modtype,
tx = NULL,
sequences = NULL,
metadata = NULL,
reassign.ids = FALSE,
verbose = FALSE
)
getRMBaseDataAsGRanges(files, verbose = FALSE)
makeEpiTxDbFromRMBaseFiles(
files,
tx = NULL,
sequences = NULL,
metadata = NULL,
reassign.ids = FALSE,
verbose = FALSE
)
listAvailableOrganismsFromRMBase()
listAvailableGenomesFromRMBase(organism)
listAvailableModFromRMBase(organism, genome)
organism |
A |
genome |
A |
modtype |
A |
tx |
A |
sequences |
A named |
metadata , reassign.ids |
See |
verbose |
|
files |
From |
An object of class character
of length 1.
a EpiTxDb
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.