checkMiRNAVersion {miRBaseConverter} | R Documentation |
This function checks the most possible miRBase version for a list of miRNA names.
checkMiRNAVersion(miRNANames, verbose = TRUE)
miRNANames |
A character vector representing the miRNA names. |
verbose |
Logical value. If true, the detail version information is printed in the console for user reference. |
A single character value or a character vector represent the most possible miRBase version for the list of miRNA names.
Xu, Taosheng taosheng.x@gmail.com
data(miRNATest) miRNANames=miRNATest$miRNA_Name version=checkMiRNAVersion(miRNANames,verbose=TRUE)