DEG analysis by limma
0
0
Entering edit mode
7.4 years ago

Hi

I have analyzed DEG between control vs sensitive to drug X, control vs insensitive to drug X, and sensitive vs insensitive. I used limma to find related DEGs, here is my code

fit <- lmFit(data, design)
keep <- fit$Amean > median(fit$Amean)
ebayes <- eBayes(fit[keep,], robust=TRUE, trend=TRUE)
tab <- topTable(ebayes, coef=2, adjust="BH",n=100)
colnames(design)

[1] "(Intercept)"                                            "factor(sensitivity$chemosensitivity)Rx Sensitive"

Now from limma output, I found genes with negative log fold change that are express higher in the insensitive samples and genes with positive log fold changes that are express higher in the sensitive samples, but, what I want to know is down regulated genes in each phenotype

limma • 3.6k views
ADD COMMENT
0
Entering edit mode

Hi Shamim.

I realize this is quite late, but did you solve this issue? If so, could I ask you for help with a project?

Thank you.

~Caitlin

ADD REPLY
0
Entering edit mode

It is likely that the factor levels are not in the order that you assume. Which comparison do you want to perform? Please show the output of str(design)

ADD REPLY

Login before adding your answer.

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