Hi
I am trying to identify a number of conserved sequences from a known animal like mouse, in another animal in which only the whole genome shotgun is available.
I usually go to NCBI Blast, enter my target query, and set my target whole genome shotgun sequence. BLAST, then get the equivalent sequence of my query in my target animal.
I have only R installed, but never really used it anything. I am wondering if I can get R to do this for me efficiently so I don't have to open like 100 duplicate tabs on chrome and NCBI BLAST manually?
Thanks
What OS are you using this on? If you are using unix then you don't need to use R for doing this. You could easily use a shell script (with appropriate delay built in between jobs to avoid spamming NCBI blast server and getting your IP banned) and command line remote blast.
Currently I have a Win7 + R + RStudio that I was planning to do this on. However, I have a Ubuntu computer available to me in the lab that I can use if it would make it easier. Asking for patience because I haven't actually used Linux OR R before. I am a wet-lab biologist trying to put my foot in the door...
Please use
ADD COMMENT/ADD REPLY
when responding to existing posts to keep threads logically organized.If you want to learn do this right then review basics of UNIX before doing anything else.