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

Description Usage Arguments Details Value Examples

View source: R/miRNAconversion.R

Description

Conform miRNA annotations to the ones currently used by miRecords.

Usage

1

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

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

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

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