Add gene names for significant genes in volcano plot (CummeRbund)
0
0
Entering edit mode
6.8 years ago
biopat • 0

Hi all,

I generated a volcano plot with CummeRbund. Now I want to label the significant genes with the gene names. How can this be done?

Thanks!

R rna-seq cummerbund • 2.9k views
ADD COMMENT
0
Entering edit mode

Could you please also post.. 1) head of your data 2) code used so far

ADD REPLY
0
Entering edit mode

Just the basic command

csVolcano(genes(object = cuff_data), x = 'Sample1', y = 'Sample2', alpha=0.05, showSignificant=TRUE)

ADD REPLY
0
Entering edit mode

This is the basic code:

csVolcano(object, x, y, alpha=0.05, showSignificant=TRUE,features=FALSE, xlimits = c(-20, 20), ... )

So, why is yours different? Why do you use

csVolcano(genes(cuff_data, ...

Also, perhaps include features=false if you didn't set the feature-level data?

ADD REPLY
0
Entering edit mode

Did you already try using basic R plotting functions like arrows and text?

ADD REPLY

Login before adding your answer.

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