Hi,
I have digital raw read counts of . Whatever I am googling I am not finding anybody used DESeq2 for differenial expresseion in this assay. I have done Differential expression with DESeq2 though. In this assay the expression levels of genes are assessed. Do you thing I can use DESeq2 for differential expression in this assay?
People in this publication used DESeq2 for assay https://www.htgmolecular.com/assets/htg/publications/2018_Myers_MicroRNA_Biomarkers_for_Parkinsons.pdf
Although this is on whole transcriptom on miRNAs rather than targeted sequencing
Thank you for any information
Thanks a lot
In my digital raw read counts I have both negative, positive probes and house keeping genes as below
I use housekeeping in my case and made MA plots to assess if the normalization was appropriate. It’s not easy to describe in general the various ways to assess the normalization but is somewhat specific to the experiment and the known biology and known technical factors.
How can you correct for library size using HK genes? Is there any way to specify that in the DESeq function?
Run
estimateSizeFactors()
withcontrolGenes
before runningDESeq()
.