Description Usage Arguments Value Author(s) Examples
View source: R/miRBaseConvert.R
This function redirects the miRBase miRNA family webpages of the specified miRNA families
1 | goTo_miRNAFamily(FamilyAccessions, verbose = TRUE)
|
FamilyAccessions |
A character vector representing the miRNA family Accessions in miRBase. We restict the queried number of miRNA family each time. The maximum number of the input miRNA families is 15. |
verbose |
Logical value. If true, the invalid miRNA Family will be printed the console. |
No values
Xu, Taosheng taosheng.x@gmail.com
1 2 3 4 5 | data(miRNATest)
Accessions=miRNATest$Accession
Family_Info=checkMiRNAFamily(Accessions)
FamilyAccessions=Family_Info$FamilyAccession[1:15]
goTo_miRNAFamily(FamilyAccessions)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.