volcano plot not showing genera name clearly
0
0
Entering edit mode
3.5 years ago
Bioinfonext ▴ 460

Hi,

I am trying to plot volcano plot with EnhancedVolcano but some of the genera names are not completely wrapped in the figure.

code;
res<- read.table("volcano.plot.txt", row.names=1,sep="\t", header=T, blank.lines.skip=F, check.names=F)
 pdf("genera.pdf", width=10, height=8)
EnhancedVolcano(res, lab = rownames(res),x = 'log2FoldChange',y = 'pvalue')
dev.off();

enter image description here

Many thanks

R visulization RNAseq • 1.3k views
ADD COMMENT
0
Entering edit mode

thanks it is sorted by using xlim = c(-5, 8)). but this always generates the graph with p-value, how I can change it to FDR (padj) value.

Many thanks,

ADD REPLY
0
Entering edit mode

Use the FDR column instead of the nominal p-value column.

ADD REPLY

Login before adding your answer.

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