Dear all,
I have one question about the design of the condition: I am doing gene silencing screening with 2 different shRNA (targeted to the same gene). Before I do the RNA-seq, I know both of these two shRNA bring my gene of interest down 50% compare with control (bench data), and I want to see the differential expression genes in the knock down condition. So I have 9 samples in total with 3 biological replicates per condition:
untreated1 control
untreated2 control
untreated3 control
treatedA1 shRNA_A
treatedA2 shRNA_A
treatedA3 shRNA_A
treatedB1 shRNA_B
treatedB2 shRNA_B
treatedB3 shRNA_B
First, I did the Deseq2 analysis with two groups comparison: control vs shRNA_A and control vs shRNA_B.
design as follows:
condition
untreated1 control
untreated2 control
untreated3 control
treatedA1 shRNA_A
treatedA2 shRNA_A
treatedA3 shRNA_A
condition
untreated1 control
untreated2 control
untreated3 control
treatedA1 shRNA_B
treatedA2 shRNA_B
treatedA3 shRNA_B
From the two dataset, I can see my gene goes down 50% (consistent with my bench data), but there are different number of regulated genes (with padj < 0.1) in the two dataset:
control vs shRNA_A 167 genes
control vs shRNA_B 431 genes
there are 50 common regulated genes in the two lists, but the non-overlapped genes have similar expression trend in the two shRNA condition (just because of the padj, those genes are not choose in the list).
Is my analysis design correct? or shall I do another type of design like this?
condition type
untreated1 control untreated
untreated2 control untreated
untreated3 control untreated
treatedA1 shRNA_A treated
treatedA2 shRNA_A treated
treatedA3 shRNA_A treated
treatedB1 shRNA_B treated
treatedB2 shRNA_B treated
treatedB3 shRNA_B treated
ideally I would like to see the genes in two shRNA treated condition together (like anova test), but I do not know how to design it?
Thanks in advance for any advice or comments!
Best,
Wei
I have one question about the design of the condition: I am doing gene silencing screening with 2 different shRNA (targeted to the same gene). Before I do the RNA-seq, I know both of these two shRNA bring my gene of interest down 50% compare with control (bench data), and I want to see the differential expression genes in the knock down condition. So I have 9 samples in total with 3 biological replicates per condition:
untreated1 control
untreated2 control
untreated3 control
treatedA1 shRNA_A
treatedA2 shRNA_A
treatedA3 shRNA_A
treatedB1 shRNA_B
treatedB2 shRNA_B
treatedB3 shRNA_B
First, I did the Deseq2 analysis with two groups comparison: control vs shRNA_A and control vs shRNA_B.
design as follows:
condition
untreated1 control
untreated2 control
untreated3 control
treatedA1 shRNA_A
treatedA2 shRNA_A
treatedA3 shRNA_A
condition
untreated1 control
untreated2 control
untreated3 control
treatedA1 shRNA_B
treatedA2 shRNA_B
treatedA3 shRNA_B
From the two dataset, I can see my gene goes down 50% (consistent with my bench data), but there are different number of regulated genes (with padj < 0.1) in the two dataset:
control vs shRNA_A 167 genes
control vs shRNA_B 431 genes
there are 50 common regulated genes in the two lists, but the non-overlapped genes have similar expression trend in the two shRNA condition (just because of the padj, those genes are not choose in the list).
Is my analysis design correct? or shall I do another type of design like this?
condition type
untreated1 control untreated
untreated2 control untreated
untreated3 control untreated
treatedA1 shRNA_A treated
treatedA2 shRNA_A treated
treatedA3 shRNA_A treated
treatedB1 shRNA_B treated
treatedB2 shRNA_B treated
treatedB3 shRNA_B treated
ideally I would like to see the genes in two shRNA treated condition together (like anova test), but I do not know how to design it?
Thanks in advance for any advice or comments!
Best,
Wei
Comment