For my analysis using DEXSEQ, firstly I used following command to generate a GFF file:
dexseq_prepare_annotation.py ../Mus_musculus/Ensembl/NCBIM37/Annotation/Genes/genes.gtf Mus_musculus.NCBIM37.DEXSeq.chr.gff
then i obtained a count file by running
dexseq_count.py
this returned a text output as:
ENSMUSG00000000058:005 30
ENSMUSG00000000058:006 414
ENSMUSG00000000058:007 801
ENSMUSG00000000078:001 450
ENSMUSG00000000078:002 1385
ENSMUSG00000000078:003 645
My question is,
Is there a way I could map these exon files (ENMUSG:001) to their corresponding transcript ID (ENSMUST)?
or
Is it possible to get the output in form of ENSMUSE* instead of ENMUSG:001 etc. Then I can use biomart to map them.