Hello,
I have WES data from matched tumor and normal samples and mutants called from these data (in MAF files). From my understanding, if I sequence the tumor sample RNA, and run a routine RNAseq data analysis pipeline, the counts I get will be the mix of WT and MT genes. How can I get the expression (TPM) of some MT genes from tumor sample RNAseq data?
Thank you for your suggestions!
Hi! One way of estimating mutant allele expression this could be to count the number of RNA-Seq reads in the variant position supporting the mutation, and the total number of reads in the given position. Then, you multiply the TPM (which as you said, it is probably a mix of WT and MT counts) by the number of reads supporting the mutation, and divide it by the total number of reads in the position. You could also attempt to reconstruct the mutated allele sequence and align the RNA-Seq reads against it.