Hi,
I am trying to use package miRBaseConverter to do some analysis for my project. When I input my code as followed
library(miRBaseConverter)
hsa_precursor <- getAllMiRNAs(version="v22", type="precursor", species="hsa")
I get no results back.
hsa_precursor [1] Accession Name Sequence <0 rows> (or 0-length row.names)
But if I use replace "precursor" with "mature", I got the info back successfully.
head(getAllMiRNAs(version="v22", type="mature", species="hsa"))
Accession Name Sequence
1 MIMAT0010195 hsa-let-7a-2-3p CUGUACAGCCUCCUAGCUUUCC 2 MIMAT0004481 hsa-let-7a-3p CUAUACAAUCUACUGUCUUUC 3 MIMAT0000062 hsa-let-7a-5p UGAGGUAGUAGGUUGUAUAGUU 4 MIMAT0004482 hsa-let-7b-3p CUAUACAACCUACUGCCUUCCC 5 MIMAT0000063 hsa-let-7b-5p UGAGGUAGUAGGUUGUGUGGUU 6 MIMAT0026472 hsa-let-7c-3p CUGUACAACCUUCUAGCUUUCC
Any ideas or suggestions?
Thanks, Yixin
There's a bug in getAllMiRNAs
Please notify the author. If you use 'all' and 'mature' and take the difference you may get what you want