blastn in R using as a subject sequence a personally sequenced genome
Hi everybody,
do you know if it is possible to use blastn in R to align genes sequences (query sequence) to a personally sequenced bacterial genome (subject sequence).
Thank you.
• 1,524 views
•
link
1 answer
You can call external programs from within R, so I suppose you could call blastn. I'd think it was as easy to run blastn by itself, specify the delimited output option and read that into R.
• 1 views
•
link
Log in to answer this question.