miRNA_MatureToPrecursor: Convert the mature miRNAs to the corresponding precursors

Description Usage Arguments Value Author(s) Examples

View source: R/miRBaseConvert.R

Description

This function converts the mature miRNAs to the corresponding precursors in the specified miRBase version.

Usage

1

Arguments

miRNANames

A character vector representing the miRNA names.

version

The default is NULL representing the most possible latest version of the input miRNA Names will be checked automatically. Otherwise, a character value representing the version corresponding the input miRNA Names. Users can apply the function getAllVersionInfo() to get the available miRNA version names. The optional values are in below:
"v6","v7_1","v8","v8_1","v8_2","v9","v9_1","v9_2","v10","v10_1","v11","v12","v13","v14",
"v15","v16","v17","v18","v19","v20","v21","v22"

Value

A data frame(nx2). The number of rows equal to the input miRNA Names. The two columns are defined as below:

Author(s)

Xu, Taosheng taosheng.x@gmail.com

Examples

1
2
3
data(miRNATest)
miRNANames=miRNATest$miRNA_Name
result=miRNA_MatureToPrecursor(miRNANames)

miRBaseConverter documentation built on Nov. 8, 2020, 11:08 p.m.