convertMiRNANomenclature {CHRONOS}R Documentation

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.

Details

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

Value

.

Examples


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

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


[Package CHRONOS version 1.20.0 Index]