next up previous contents index
Next: 4.3 4.3 Protein vs Up: 4 General Usage Previous: 4.1 Nucleotide vs nucleotide   Contents   Index


4.2 Nucleotide vs protein search with blastx

This search involves the translation of the input nucleotide query and the actual alignment is performed at the protein level. It is useful the identification of potential protein product(s) that might be encoded by a nucleotide query, especially when the query may still contain sequencing errors. Since the alignment is done at the protein level, it is more sensitive in identifying homologous sequences that may escape the direct nucleotide search. A sample command line is given below.

blastall -p blastx -i my_query -d nr -v 100 -b 100 -e 0.001 -o my_output

This command line searches nucleotide sequences in my_query against the protein database nr. The upper limit for returned descriptions and alignments is set to 100, the expect value cutoff is set to 0.001, and the output is saved to my_output.



Tao Tao 2006-12-29