This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Figuring out if a gene exists in a genome

Hey everyone! Quite a rookie question probably, but i wanted to ask this one for some time: how do you go about figuring out if a gene is present in a genome? My way of doing it was always: go to the genome annotation on NCBI / ctrl+F in the text for the name of the gene I am looking for. But it doesn't feel like the most efficient or even correct way, as sometimes automatic annotation either doesn't identify a gene, or annotates it falsely. I tried to find a way to BLAST a gene / a sequence against a given genome on NCBI, but I couldn't really find exactly what I was searching for. Maybe there is a bash tool / way to do this, preferably with display of sequence similarity scores / display of sequences for manual interpretation?

Cheers! a

gene genome blast

If you can't find what you're looking for in NCBI, you can check Ensembl and the UC Santa Cruz Genome Browser (specifically, the Table Browser tool).

Ensembl

UCSC Genome Browser

I am moving this to a comment since this is a generic suggestion that does not consider that OP may be looking at sequences for organisms that are not in genome browsers. If OP finds this useful we can move it back to an answer.

I'm so deep drowned in the world of microbes that I keep forgetting people also study "higher" species x) thanks for sharing, but indeed it's slightly irrelevant for me

1 answer

Blastx selecting a target organism gives exactly what you're looking for, starting from a cDNA sequence.

Log in to answer this question.