Hi all,
I’ve used tximport to import RSEM's “*.genes.results” files and I’ve found that tximport uses the values from RSEM’s "expected counts" regardless of the value specified to the argument “countsFromAbundance” (i.e. “lengthScaledTPM”, “scaledTPM” or “no”). Would I have to correct the expected count values for the average transcript length per gene before I perform a differential gene expression analysis with limma-voom?
Thanks,
Celine
I see! Thanks for the quick reply!
Just realised that, anyway, I should have in fact been using the counts without gene length normalisation for the DEG analysis.
Hi Love,
I've used tximport to import Salmon "quant.sf" file, and I found there are all "no" at line "countsFromAbundance" in the result file. But I don't know the meaning about "no" at line "countsFromAbundance". Could you please tell me some details? Furthermore, I also found the line "abundance" and "counts" in the result file. What's the exact meaning of "abundance"?
Thanks,
Pan
For the meaning of "no", you can check the help page, and see the argument
countsFromAbundance
Abundance is the relative abundance estimated by the tool. This is almost always in units of TPM. For more details on scaledTPM and lengthScaledTPM, take a look at the reference publication listed in
?tximport
.