Description Usage Arguments Value Author(s) Examples
View source: R/miRBaseConvert.R
This function checks the miRNA family for a list of miRNA Names.
1 | checkMiRNAFamliy(Accessions)
|
Accessions |
A character vector representing the miRNA Accessions in miRBase. |
A data frame with four columns. The number of rows equal to the input Accessions. The four columns are defined as below:
Accession : The input miRNA accessions.
miRNAName_v21 : The miRNA names (version 21) corresponding to the Accession.
FamliyAccession : The accession of the family .
Family : The family name.
Xu, Taosheng taosheng.x@gmail.com
1 2 3 4 5 6 7 8 9 10 11 | data(miRNATest)
## The input is miRNA Accessions
Accessions=miRNATest$Accession
Family_Info1=checkMiRNAFamliy(Accessions)
##The input is miRNA names
miRNANames=miRNATest$miRNA_Name
version=checkMiRNAVersion(miRNANames,verbose = TRUE)
result=miRNA_NameToAccession(miRNANames,version=version)
Accessions=result$Accession
Family_Info2=checkMiRNAFamliy(Accessions)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.