Description Usage Arguments Value Author(s) Examples
View source: R/miRBaseConvert.R
This function returns all available miRBase versions' information of a single specified miRNA.
1 | getMiRNAHistory(Accession)
|
Accession |
A character representing the single Accession. |
A data frame including all the history information (Precursor, Mature, Sequence) of the specified miRNA. Each row represents a miRBase version.
Xu, Taosheng taosheng.x@gmail.com
1 2 3 4 5 6 7 8 9 | #####1,The input is a miRNA Name
miRNAName="hsa-miR-26b-5p"
result1=miRNA_NameToAccession(miRNAName,version="v22")
Accession=result1$Accession
result2=getMiRNAHistory(Accession)
#####2,The input is miRNA Accession
Accession="MIMAT0000765"
result3=getMiRNAHistory(Accession)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.