Hi Bioinformaticians,
Sorry for a naive question which I couldn't find an answer to online.
If an individual has two alleles for a given gene hence these are SNP variants, then during RNA-seq analysis, are the expression of both alleles quantified together and assigned to a single gene symbol? Or are they separated quantified, and that there are corresponding gene symbols for each variant in the GTF file?
Thanks for your help.
There are a few threads here on this topic like this one: Allele Specific Expression Analysis :)
Thanks for the guidance. I'm just curious whether expression of the two alleles for a gene is quantified together in a conventional RNA-seq analysis. I don't necessarily want need to perform allele specific expression analysis.
Yes, they are quantified under the same gene, you would need specific tools like ASEReadCounter to quantify allele specific expression, as the GTF only contains genomic coordinates and not variant information.
Thank you! Also, if a gene is duplicated, does that mean it would share the same gene symbol, but have a different ID? Thus the gene ID differentiates the coordinates of the duplicated gene?