Description Usage Arguments Details Value Examples
View source: R/miRNAconversion.R
Conform miRNA annotations to the ones currently used by miRecords.
1 | 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.
.
1 2 3 | data <- c('hsa-let-7g-5p', 'hsa-miR-154-5p', 'hsa-miR-376b-3p')
convertMiRNANomenclature(org='hsa', miRNAs=data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.