Description Usage Arguments Value Author(s) Examples
View source: R/miRBaseConvert.R
This function converts a group of any species' miRNA Accessions (including precursor and mature miRNA) to a specified miRBase version if the Accessions have been defined in miRBase.
1 | miRNA_AccessionToName(Accessions, targetVersion = "v22")
|
Accessions |
A character vector representing the miRNA Accessions needed to be convert. |
targetVersion |
A character value representing the target miRBase version corresponding the Accessions.
The optional values are in below: |
A nx2 data frame. The number of rows equal to the input miRNA names. The two columns are defined as below:
Accession : The Accession of miRNAs (Column 1).
TargetName : The converted miRBase names (in specified version) corresponding to the Accessions (Column 2).
Xu, Taosheng taosheng.x@gmail.com
1 2 3 4 | data(miRNATest)
Accessions=miRNATest$Accession
result1=miRNA_AccessionToName(Accessions,targetVersion="v13")
result2=miRNA_AccessionToName(Accessions,targetVersion="v22")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.