EnhancedVolcano with gene names
1
0
Entering edit mode
5.5 years ago
mannoulag1 ▴ 120

Hi, I used EnhancedVolcano to obtain a nice volcano plot but I need the gene names in the figure not the gene ID, tt is the result of toptable, Thank you

tt<-topTable(fit2, adjust="fdr", number=Inf)
EnhancedVolcano(tt,lab = rownames(tt),x = "logFC",
y = "adj.P.Val",pCutoff = 0.05,FCcutoff = 2,transcriptPointSize = 1.5,
ylab = bquote(~-Log[10]~adjusted~italic(P)), legend=c("NS","Log2 FC","Adjusted p-value","Adjusted p-value & Log2 FC"),
 transcriptLabSize = 3.0, title= ".........")
limma R EnhancedVolcano • 3.3k views
ADD COMMENT
1
Entering edit mode
5.5 years ago

Hi, I developed EnhancedVolcano. What are your gene IDs, currently? Can you paste them? You may need to convert them via biomaRt.

ADD COMMENT
0
Entering edit mode

Hi Kevin, yes thank you very much for providing EnhancedVolcano, I am very interested to use it :) I succeeded to obtain the gene symbols from biomart, so I have ensemble_gene_id and the symbols but how can I use this in lab attribute? thank you

ADD REPLY
0
Entering edit mode

Good work, dude!

ADD REPLY
0
Entering edit mode

how can I use this in lab attribute? thank you

ADD REPLY
1
Entering edit mode

Ah, you edited your comment. I thought that you had the new labels already. Have you produced a lookup table from biomaRt?

I perform matching between biomaRt output and Affymetrix IDs, here: C: Annotate Affymetrix probesets to Gene symbols

Perhaps you can follow that in order to matching your Ensembl IDs to HGNC IDs.

ADD REPLY
1
Entering edit mode

perfect !!! Thank you kevin

ADD REPLY

Login before adding your answer.

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