Description Usage Arguments Value Examples
View source: R/dloadMirtarbase.R
Downloads most recent version (8.0) of functional targets from the miRTarBase database http://mirtarbase.cuhk.edu.cn/php/download.php . Species specific miR-mRNA interactions which do not have 'weak' evidence are used.
1 | dloadMirtarbase(MAE, species)
|
MAE |
MultiAssayExperiment which will store the downloaded mirtarbase data. It is recommended to use the MAE which was used in the mirMrnaInt function. |
species |
Species of interest e.g. "hsa" or "mmu". |
Dataframe of species specific miR-mRNA interactions with strong functional evidence. Output will be stored as an assay in the input MAE.
1 2 3 | MAE <- MultiAssayExperiment()
MAE <- dloadMirtarbase(MAE, "mmu")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.