I am sure this may have been answered already, Can some one direct me to a bed file of TSS of hg19 or how can be extract / clean it. I googled it but could not find it.
I am sure this may have been answered already, Can some one direct me to a bed file of TSS of hg19 or how can be extract / clean it. I googled it but could not find it.
Go to UCSC table browser and select hg19 gene models from either ensembl/Refseq/Gencode, which is either a GTF or BED file.
If gene is on + strand, col-2 is TSS and if gene is on -ve strand, col3 is TSS.
Here you go
http://sourceforge.net/projects/seqminer/files/Reference%20coordinate/
human refGene hg19 TSS:
https://raw.githubusercontent.com/Shicheng-Guo/AnnotationDatabase/master/hg19/refGene_hg19_TSS.bed
human refGene hg38 TSS:
https://raw.githubusercontent.com/Shicheng-Guo/AnnotationDatabase/master/hg38/refGene.hg38.TSS.bed
For refGene_hg19_TSS.bed file, the TSS site of "-" strnad should subtract 1, because the bed file not contain the last coordinate.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
This post can guide you: https://randomstate.net/2018-06-28-getting-refseq-gene-tss-from-ucsc/