In measuring gene expression of qPCR, we usually does it this way
Where GeneX is some gene of which we need to decide.
I know there scRNAseq are usually normalize using TPM,FPKM, Deseq method etc. But my question is whether in single-cell RNAseq we need to divide again a gene expression against another gene expression (as base).
I'll just add that normalisation by a single housekeeping gene also performs pretty poorly in qPCR. I've had many occasions where a result that doesn't make sense in qPCR was because the housekeeping gene had changed.
The superiority of using a panel of genes in qPCR was demonstrated decades ago, and the geNorm method to normalise expression using them proposed. Unfortunately it never caught on because of the extra work involved in producing the data.
@ATpoint how about normalization of a single gene by another GeneX after taking the mean from all cells? Also not advisable?
I do not kow, never did that. In general, I'd say the more custom it gets the more unreliable it becomes. Why not just using established tools rather than reinventing the wheel? It is probably this "garden of forked paths" you enter here when introducing too many custom approaches. Keep in mind that this method you propose keeps you from using basically any of the standard differential analysis tools which yet again do their own normalization, so you would then have different sets of normalized counts for the same dataset, which again forks another path. THerefore I would probably recommend against it. Run it through scran and use the logcounts it spills out unless there is very good reason to not do that.
Some of the standard tools will allow you to nominal a panel of genes to base the normalization on, rather than using the entire transcriptome. I don't thin they would work with one gene, but you could probably nominal a few 10s. You would then be able to use that tool for DE etc.
However, I'm not saying this is a good idea, only that its possible. Unless you have a very good reason, the data will almost certainly be worse than doing it the normal way.