How to find which genes are missing?
2
0
Entering edit mode
4.6 years ago

Hi everyone, I've made an assembly for a chloroplast genome, however I'm confused as to what I have to do next...

I'm trying to identify any genes that are normally present in chloroplasts but are missing in my assembly. How could I go about doing this?

Thank you so much.

Assembly genome chloroplast alignment gene • 959 views
ADD COMMENT
2
Entering edit mode
4.0 years ago
Mensur Dlakic ★ 27k

It should not be very difficult to do this assuming that you have basic familiarity with running BLAST from the command line.

  • create a FASTA database of genes (or proteins) normally present in chloroplasts
  • create a FASTA database of genes (or proteins) in your assembly
  • create a BLASTn (or BLASTp, if proteins) database of your sequences
  • use BLASTn (or BLASTp, if proteins) to search all sequences from the first step versus the database created in the third step

Any gene (or protein) that doesn't have a match is missing in your assembly.

ADD COMMENT
0
Entering edit mode

Hello , please i was asking the same thing and i think your answer is soo good to solve this , just i didn't undrestand the first 4 , what you mean create a BLASTn (or BLASTp, if proteins) database of your sequences ?? how can you do that ? , Thank you

ADD REPLY
2
Entering edit mode

You would create the blast databases using makeblastdb. Spend some time with "getting started manual" from NCBI for a quick intro.

ADD REPLY
0
Entering edit mode

Ahhh very clear, Thank you very much for you answer

ADD REPLY
1
Entering edit mode
4.5 years ago

If I understand you question correctly - you want to get the genes that are not present in known chloroplasts genomes and you have the assembled genes of the chloroplast genome of your interest.

For that you can use blastn.

ADD COMMENT
1
Entering edit mode

OP was asking to identify any genes that are normally present in chloroplasts but are missing in my assembly.

ADD REPLY

Login before adding your answer.

Traffic: 2643 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