Hi @Mensur, I know there are software to get for absolute, FPKM or TPM values as output, perhaps I did not offer enough information in my question. My approach to estimate gene expression was quantification aligned to genome, thus I used HTSeq-count and this tool does not output TPMs. And, what I want now is to normalize my quantification files into TPMs. To get this I need to get the gene length as the formula states, so, I built a vector from the annotation about my feature of interest (CDS). The issue here is that as there are variants for some genes, I need to set a criteria to keep one length by gene. So... Which gene among these variants should I choose to extract the length? ... The first gene match? The average length of the genes? ... something else, and the most important thing for me, be clear ... why?
Thanks by advance...