Is DESeq2 normalisation appropriate when counts were obtained for a small number of genes?
2
0
Entering edit mode
Suvi • 0
@d102b8ed
Last seen 6 weeks ago
Canada

I have RNAseq read counts for genes in the plant plastid genome only, i.e. for 79 genes. Would you think it is appropriate to use DESeq2 to normalise the counts for library size when the number of genes is so small? I am comparing mutant with wild type, the two genotypes have massive differences in plastid gene expression.

We used custom code to obtain the counts for plastid genes only, and therefore I can't include all genes in the normalisation step and then filter for plastid genes.

```

DESeq2 • 352 views
ADD COMMENT
0
Entering edit mode
swbarnes2 ★ 1.3k
@swbarnes2-14086
Last seen 11 hours ago
San Diego

The DESeq method works off the assumption that most genes are unchanging. If all your genes are expected to change, then this won't work.

Ideally, you have some genes in the mix you expect not to change, you can tell DEseq what genes to normalize with.

ADD COMMENT
0
Entering edit mode
ATpoint ★ 4.0k
@atpoint-13662
Last seen 21 hours ago
Germany

We used custom code to obtain the counts for plastid genes only

This reads to me that counts for all genes are available, hence I would run normalization on all genes, and then export the size factors to your subset of genes. I don't see what would be wrong with that. It is probably better than trying to work with just 79 genes for normalization, especially because you expect massive DE events.

ADD COMMENT

Login before adding your answer.

Traffic: 655 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6