getMiRNATable: Get the full miRNAs information table of the specified...

Description Usage Arguments Value Author(s) Examples

View source: R/miRBaseConvert.R

Description

This function returns the full miRNAs information table of the specified miRBase version

Usage

1
getMiRNATable(version = "v21", species = "all")

Arguments

version

A character value representing the specified miRBase version for retrieval. 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"

species

A character value representing the abbreviation of species. Users can apply the function getAllSpecies() to get the available abbreviation of species. If species is set to "all", the miRNAs of all species will return.

Value

A data frame

Author(s)

Xu, Taosheng taosheng.x@gmail.com

Examples

1
miRNA_Tab=getMiRNATable(version="v21",species="hsa")

xtsvm/miRBaseConverter documentation built on May 20, 2019, 5:08 p.m.