I'm trying to write a script where I can have RStudio take DNA sequences that I gave it, plug them into BLASTn, and return the top matches into a data frame that can be exported as a .csv file. Where do I start?
I'm trying to write a script where I can have RStudio take DNA sequences that I gave it, plug them into BLASTn, and return the top matches into a data frame that can be exported as a .csv file. Where do I start?