checkMiRNAVersion {miRBaseConverter}R Documentation

check the miRNA Version in miRBase

Description

This function checks the most possible miRBase version for a list of miRNA names.

Usage

checkMiRNAVersion(miRNANames, verbose = TRUE)

Arguments

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.

Value

A single character value or a character vector represent the most possible miRBase version for the list of miRNA names.

Author(s)

Xu, Taosheng taosheng.x@gmail.com

Examples

data(miRNATest)
miRNANames=miRNATest$miRNA_Name
version=checkMiRNAVersion(miRNANames,verbose=TRUE)


[Package miRBaseConverter version 1.18.0 Index]