Description Usage Arguments Value Author(s) Examples
View source: R/miRBaseConvert.R
This function returns the full miRNAs information table of the specified miRBase version
1 | getMiRNATable(version = "v22", species = "all")
|
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: |
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. |
A data frame
Xu, Taosheng taosheng.x@gmail.com
1 | miRNA_Tab=getMiRNATable(version="v22",species="hsa")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.