Hi,
I am working on non-model organism and it has genome and associated gff3 file. But the de novo assembled transcriptome has different transcripts name obtained from trinity. For an example,genome gff3 file has scaffold2353,scaffold3667 etc and my transcriptome has header like mm_tr_v3_1789, mm_tr_v3_198, etc.
Also there is no word called "transcript" defined in gff3 file for my genome. In this situation how could I map this transcriptome find out the location of particular transcript(say mm_tr_v3_1789) in the genome.
Please guide me. thanks in advance.
which species you are studying ? If you have the genome you might have also the associated gene annotation. Thus you could align the reads against the genome and count the reads for each transcript using featureCounts (for example).