checkMiRNAVersion: check the miRNA Version in miRBase

Description Usage Arguments Value Author(s) Examples

View source: R/miRBaseConvert.R

Description

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

Usage

1
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

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

taoshengxu/miRBaseConverter documentation built on April 10, 2020, 7:04 p.m.