downloadMiRecords: Download miRNA-mRNA interactions for an organism.

Description Usage Arguments Details Value References Examples

View source: R/miRNAdownload.R

Description

Download miRNA-mRNA interactions for an organism.

Usage

1
downloadMiRecords(org, pn, update, databases)

Arguments

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.

Details

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.

Value

Downloaded data is stored in CHRONOS/extdata/Downloads/miRecords/<org>/miRNATargets.RData

References

Examples

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')

CHRONOS documentation built on Nov. 8, 2020, 8:30 p.m.