getAllMiRNAs: Get all miRNAs in the specified miRBase version

Description Usage Arguments Value Author(s) Examples

View source: R/miRBaseConvert.R

Description

This function gets all miRNAs in the specified miRBase version.

Usage

1
getAllMiRNAs(version = "v22", type = "all", 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"

type

A character value representing the miRNA type for retrieval.

  • "precursor"

  • "mature"

  • "all" : precursor and mature

species

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

Value

A data frame with three columns. The three columns are defined as below:

Author(s)

Xu, Taosheng taosheng.x@gmail.com

Examples

1
miRNAs=getAllMiRNAs(version="v22", type="all", species="hsa")

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