Expression plot of GoI using EdgeR
1
0
Entering edit mode
6.4 years ago
Satyajeet Khare ★ 1.6k

Biostars,

The question is perhaps too naive, but I was wondering if there are tools to plot expression of specific gene of interest in EdgeR. I think there are some tools in DESeq such as plotCounts, but I could not find parallel in EdgeR.

Is there any?

Best,

RNA-Seq • 2.2k views
ADD COMMENT
1
Entering edit mode

Glimma would be one option that can generate interactive gene expression plots and it is also compatible with edgeR.

ADD REPLY
1
Entering edit mode
6.4 years ago

Just do a simple boxplot with a formula:

boxplot(geneX ~ Condition)

..or use ggplot2: A: Boxplot in ggplot2

ADD COMMENT
0
Entering edit mode

Thanks a lot, @Sej and @Kevin. Glimma needs R to be updated. I'll just check if that wont affect my installed packages. Will try ggplot2.

ADD REPLY

Login before adding your answer.

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