Where Is The Tss Of A Gene Located In A Bed File?
1
1
Entering edit mode
13.2 years ago
KCC ★ 4.1k

I have been trying to figure out which end of a gene specified in a BED file is the transcription start position. I believe that for the forward (+) strand the transcription start site(TSS) should be in the BED file's start column while for the gene on the reverse strand (-), the TSS would be in the 'end' column of the bed. Is that true? So for example,

chr1 100 5000 Gene1 0 +

chr1 30000 49023 Gene2 0 -

Suppose the information above is from a bed file: chromosome, start, end, feature name, score, strand. Assuming either the start or end coordinate specifies the TSS, is it correct to conclude that 100 is the TSS for Gene1 and 49022 is the TSS for Gene2? (I say 49022 because the last coordinate of a BED feature is not included in the feature.)

bed • 4.7k views
ADD COMMENT
1
Entering edit mode

that is correct

ADD REPLY
2
Entering edit mode
13.2 years ago
seidel 11k

BED files don't know anything about genes. They simply specify features (segments) on a genome. However they do so in a way such that start is lower than end, and strand can be specified. So if you know your features are genes, the your interpretation is correct.

ADD COMMENT

Login before adding your answer.

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