getMiRNATable {miRBaseConverter}R Documentation

Get the full miRNAs information table of the specified miRBase version

Description

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

Usage

getMiRNATable(version = "v22", 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","v22"

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

miRNA_Tab=getMiRNATable(version="v22",species="hsa")

[Package miRBaseConverter version 1.17.0 Index]