Hi all,
I want to get .bed file that contains unique gene id (Entrez id or gene symbol) for function of "computeMatrix reference-point" in deeptools.
like this
chr1 3204562 3661579 NM_001011874 Xkr4 -
chr1 4481008 4486494 NM_011441 Sox17 -
chr1 4763278 4775807 NM_001177658 Mrpl15 -
chr1 4797973 4836816 NM_008866 Lypla1 +
How or where can I get this file?
is it possible to use gtfToGenePred on gencode version?
The BED file produced here contains transcript ids (eg: ENST....) is it possible to get gene id instead? I tried replacing
$$3 != "gene"
with$$3 == "gene"
but that doesn't work. Is it that BED files have to be with transcript level?