Description Usage Arguments Value Author(s) Examples
View source: R/miRBaseConvert.R
This function gets all miRNAs in the specified miRBase version.
1 | getAllMiRNAs(version = "v22", type = "all", 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: |
type |
A character value representing the miRNA type for retrieval.
|
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. |
A data frame with three columns. The three columns are defined as below:
Accession
Name
Sequence
Xu, Taosheng taosheng.x@gmail.com
1 | miRNAs=getAllMiRNAs(version="v22", type="all", species="hsa")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.