How to identify strand of a gene in bacteria?
1
0
Entering edit mode
6.0 years ago

I have a list of genes (sequences) from bacteria and also have the whole genome sequence, how can i know the genes are encoded in positive strand or negative strand? Is there any possible way to find out?

database sequence bacteria • 2.0k views
ADD COMMENT
0
Entering edit mode
6.0 years ago

If the annotations are available, you can search for strand information.

ADD COMMENT
0
Entering edit mode

If it's not available, is there any way to find it?

ADD REPLY
0
Entering edit mode

Perform a re-alignment to the genome using your sequences. Just use something simple like HISAT2 followed by StringTie, and then you can infer the strand to which the reads have aligned. I have done this before with bacteria and it works quite well.

ADD REPLY
0
Entering edit mode

Align (blast) gene sequences to reference sequence. If gene sequences align to reference sequence, then it is the on the same direction of your reference. If it aligns to complementary strand of reference sequence, then it is on the other strand.

ADD REPLY
0
Entering edit mode

Yeah a simple blast can do it.

ADD REPLY

Login before adding your answer.

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