blastx
The question asks to identify the BLAST program suitable for searching a genomic DNA sequence against a protein sequence database to find homologous sequences.
BLAST (Basic Local Alignment Search Tool) offers several programs optimized for different query and database types. Understanding these distinctions is key:
To search a genomic DNA query within a protein sequence database, the DNA query must first be translated into possible protein sequences. The blastx program is designed for this purpose. It takes the nucleotide query, translates it conceptually across all possible reading frames, and then searches these translated protein sequences against the provided protein database.
Therefore, when using a genomic DNA sequence as the query and searching against a protein database, blastx is the appropriate tool.
| Program | Query Type | Database Type | Purpose |
|---|---|---|---|
| blastp | Protein | Protein | Protein vs. Protein search |
| blastn | Nucleotide | Nucleotide | Nucleotide vs. Nucleotide search |
| blastx | Nucleotide (Translated) | Protein | DNA query vs. Protein database |
| tblastn | Protein | Nucleotide (Translated) | Protein vs. DNA (translated) search |
Based on the function of translating a nucleotide query into protein sequences before searching a protein database, blastx is the correct program for this specific task.
To determine the viable cell count of a bacterial culture, you have plated $50 \mu \text{L}$ of a 100-fold diluted sample of the culture on a nutrient agar plate and obtained 20 colonies after overnight incubation. The viable cell count of the culture is ______ $\text{CFU mL}^{-1}$. (answer in integer)
| Bioinformatic tool/Database | Utility |
| P. BLAST | 1. Database for 3D protein structures |
| Q. Bowtie | 2. Tool to identify similarity of a query sequence to existing sequences available in databanks |
| R. AlphaFold | 3. Tool to align short read DNA sequences obtained from Next-generation sequencing to a reference genome |
| S. PDB | 4. AI tool to predict protein structures |