The distance in nucleotide between two genes on different strands
1
0
Entering edit mode
4.9 years ago
Chat-ra ▴ 40

Hello!

I’ve a silly question concerning the way of calculating the distance between genes on the same chromosome but on different strand. I’ve retrieved the genes position from Ensembl. For example I’ve would like to calculate the distance between:

-   GAS6 Start-113820549 End-113864076 reverse strand
-   MCF2L Start-112877718 End-113103082 forward strand

I’ve read several post on Biostars about it and I’m completely lost because of the diverging opinions. One of the solution given in this post was the formula:

max(start_gene1, start_gene2) - min(end_gene1,end_gene2).

If I apply this formula (113820549-113103082) the distance between the genes GAS6 and MCF2L equals to 717467nt. Is it correct to assume that?

Thanks you for your attention and responses!

genome • 1.1k views
ADD COMMENT
0
Entering edit mode

Yes, that is correct - even you can cross-check using closestBed from bedtools. Please see the answer of @Singh in this post (Distance between two gene sets)

ADD REPLY
0
Entering edit mode
4.9 years ago

To me, distance between two genes would be the distance between the two transcriptional start sites. So I would just take the two TSS and get the absolute differences between them. This makes sense if you are looking into transcriptional regulation as its about promoters ( even if its about enhancers, they usually loop to the gene promoters).

If you are looking for something else, I am not sure what would be the best to consider as distance in your case.

ADD COMMENT
0
Entering edit mode

Thank you very much for your response !

I'm looking for the "genomic" distance !

ADD REPLY

Login before adding your answer.

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