How to contrast gene expression level using like control some HouseKeeping Genes after a DEG using DESEQ2
1
1
Entering edit mode
4.7 years ago
m986 ▴ 10

In my lab we have a question about this (we are not experts in bioinformatics by the way, we still learning):

We are doing rna-seq of resistant vs susceptible peppers. I did a DEG analysis using DESEQ2, I got up and down regulated genes using a FDR:0.01 and LFC:0.5. Now I have my respective list of DE genes, but a questions springed to us: with our information is possible to do a "contrast" of genes expression levels using as "control" some house keeping genes ? Like a RT-PCR.

RNA-Seq Deseq-2 DGE • 1.4k views
ADD COMMENT
1
Entering edit mode
4.7 years ago
Asaf 10k

Yes, it can be easily done. If you have a list of genes that you assume have the same expression between the two conditions you can use them as controlGenes in the estimateSizeFactors function call. See https://www.rdocumentation.org/packages/DESeq2/versions/1.12.3/topics/estimateSizeFactors:

estimateSizeFactors"(object, type = c("ratio", "iterate"), locfunc = stats::median, geoMeans, **controlGenes**, normMatrix)

ADD COMMENT
0
Entering edit mode

awesome! Thank you Asaf!! I'll try .

ADD REPLY
0
Entering edit mode

If you have a list of genes that you assume have the same expression between the two conditions

I am really interested in this. Can you do such assumptions on non model organisms (peppers in this case) without an experimental validation on the same samples used for the DEG analysis?

ADD REPLY
0
Entering edit mode

You have to make an assumption eventually, either implicit or explicit. The implicit assumption is that most of the genes have the same expression level. Well, if it doesn't hold then the conditions you are comparing might be too distinct. An explicit assumption using a list of genes might be beneficial especially if you have a lot of experience and know what to expect for.

ADD REPLY
0
Entering edit mode

Thank you for the answer!

ADD REPLY

Login before adding your answer.

Traffic: 2336 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