blast nt seq vs protein seq
1
0
Entering edit mode
carol white ▴ 680
@carol-white-2174
Last seen 8.9 years ago
European Union
Hi, Is there any function, package that could be used to blastx nucleotide sequences against protein sequences? It should use exclusively the blast program. Thanks, Carol [[alternative HTML version deleted]]
• 929 views
ADD COMMENT
0
Entering edit mode
Dario Strbenac ★ 1.5k
@dario-strbenac-5916
Last seen 3 days ago
Australia
Hello, You could use the function blastSequences in annotate. The BLAST server has a maximum number of queries you can make. If you want your options not to be limited, you can download and install the BLAST programs on your computer, and use them from within R. system("blastn -db nr -query transcripts.fa -evalue 1e-20 -out matched.txt -num_threads 16") You can use this in a Sweave or R markdown document for a completely reproducible analysis. -------------------------------------- Dario Strbenac PhD Student University of Sydney Camperdown NSW 2050 Australia
ADD COMMENT

Login before adding your answer.

Traffic: 901 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6