Description Usage Arguments Format Value
View source: R/makeEpiTxDbFromRMBase.R
makeEpiTxDbFromRMBase
will make use of the RMBase v2.0 online
resources.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | EPITXDB_RMBASE_URL
downloadRMBaseFiles(organism, genome, modtype)
makeEpiTxDbFromRMBase(
organism,
genome,
modtype,
tx = NULL,
sequences = NULL,
metadata = NULL,
reassign.ids = FALSE
)
getRMBaseDataAsGRanges(files)
makeEpiTxDbFromRMBaseFiles(
files,
tx = NULL,
sequences = NULL,
metadata = NULL,
reassign.ids = FALSE
)
listAvailableOrganismsFromRMBase()
listAvailableGenomesFromRMBase(organism)
listAvailableModFromRMBase(organism, genome)
|
organism |
A |
genome |
A |
modtype |
A |
tx |
A |
sequences |
A named |
metadata, reassign.ids |
See |
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.