Blast non microbial sequences
CamilaDuarte opened this issue · 1 comments
CamilaDuarte commented
Dear,
I want use the rBlast package to Blast a fast file of non microbial sequence. I already have the sequences from genbank downloaded. I have two question.
- How can I use this file to blast my fast file?
- when I tried use the "readRNAStringSet" function I get the advise of function not find. The "install_github("mhahsler/rBLAST")" was made with success.
Thank you very much,
Best wishes,
mhahsler commented
Seems to be a problem with Biostrings
. Your fasta file needs to be readable with one of the readXString methods. For reference check ? "XStringSet-io"