convertMiRNANomenclature {CHRONOS} | R Documentation |
Conform miRNA annotations to the ones currently used by miRecords.
convertMiRNANomenclature(org, miRNAs, update)
org |
KEGG organism identifier. |
miRNAs |
Vector of miRNAs identifiers. |
update |
Update annotation mapper with latest annotation changes. |
Determine which miRNAs are incompatible with miRecords annotations and retreive the suitable ones from www.mirbase.org.
.
data <- c('hsa-let-7g-5p', 'hsa-miR-154-5p', 'hsa-miR-376b-3p') convertMiRNANomenclature(org='hsa', miRNAs=data)