Hi,
I am new to Genome alignment. I have mRNA reads, de novo trasncriptome and genome. I would like to map the reads to genome together with transcriptome and later I want to find the location of certain transcripts in genome. For an example, I would like to know the location in transcript A in genome and number of reads mapped to that transcript A in that location of genome.
How can it be done. Kindly guide me.
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).