Learn R Programming

CHRONOS (version 1.0.3)

convertMiRNANomenclature: Conform miRNA annotations to the ones currently used by miRecords.

Description

Conform miRNA annotations to the ones currently used by miRecords.

Usage

convertMiRNANomenclature(org, miRNAs, update)

Arguments

org
KEGG organism identifier.
miRNAs
Vector of miRNAs identifiers.
update
Update annotation mapper with latest annotation changes.

Value

.

Details

Determine which miRNAs are incompatible with miRecords annotations and retreive the suitable ones from www.mirbase.org.

Examples

Run this code

data <- c('hsa-let-7g-5p', 'hsa-miR-154-5p', 'hsa-miR-376b-3p')

convertMiRNANomenclature(org='hsa', miRNAs=data)

Run the code above in your browser using DataLab