Differential gene expression analysis
1
0
Entering edit mode
kaurprab • 0
@fe8fcf4f
Last seen 4 months ago
United States

Hi all,

We are trying to study the differential gene expression analysis of genotypes with contrasting development rates (Fast and slow). A total of ten genotypes were selected based on their contrasting development rate phenotype in the greenhouse. We have RNA seq data of 5 genotypes each of fast and slow development rate categories with two biological replicates per each genotype. My data looks like this:My

Our main question is to study differentially expressed genes between fast and slow development rate conditions. I am using Deseq2 package to study the differential gene expression analysis. I am not sure how to account for the biological replicates of genotypes in the model. I have done the analysis by using design ~ condition as a model. But I think I should also account for genotype differences and biological replicates because we are also interested in doing pairwise comparisons, for e.g. "110 vs 219". I tried using genotype + condition but it gave me an error "the model matrix is not full rank, so the model cannot be fit as specified". Maybe because my genotypes have only condition (high or low). Do you have any suggestions on how to deal with such type of an experimental design?

Thanks!

Code should be placed in three backticks as shown below


# include your problematic code here with any corresponding output 
# please also include the results of running the following in an R session 

sessionInfo( )
RNASeqData RNAseq123 • 324 views
ADD COMMENT
1
Entering edit mode
ATpoint ★ 4.0k
@atpoint-13662
Last seen 1 day ago
Germany

You cannot use genotype and condition in the same model as they're nested, meaning that some genotypes are only on Fast and others are only on Slow. You could use limma with duplicateCorrelation, or for DESeq2 you could sum the two replicates per genotype into a single sample. The former is probably preferred. Please use google and the search function, this has been asked many times before.

ADD COMMENT

Login before adding your answer.

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