Description Usage Arguments Details Value References Examples
View source: R/miRNAdownload.R
Download miRNA-mRNA interactions for an organism.
1 | downloadMiRecords(org, pn, update, databases)
|
org |
KEGG organism identifier. |
pn |
Number of databases that verify miRNA-mRNA interactions. |
update |
Download preprocessed data (update=FALSE) or new data from miRecords (update=TRUE). |
databases |
Specify which miRNA-mRNA interaction databases will be used. |
miRecords is a resource for animal miRNA-target interactions. The Predicted Targets component of miRecords is an integration of predicted miRNA targets produced by 11 established miRNA target prediction tools, namely DIANA-microT, MicroInspector, miRanda, MirTarget2, miTarget, NBmiRTar, PicTar, PITA, RNA22, RNAhybrid, and TargetScan/TargertScanS.
Downloaded data is stored in CHRONOS/extdata/Downloads/miRecords/<org>/miRNATargets.RData
1 2 3 4 | # Load extracted linear subpathways from toy data
load(system.file('extdata', 'Examples//data.RData', package='CHRONOS'))
## Not run: downloadMiRecords(org='hsa', pn=5, update=FALSE, databases='All')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.