@ Hi Kevin, i have another question: is there a possibility to lined up this figure as to the position of each chromosome ?
how to remove the overlap in the chromosome numbers?
Hello guys, I have generated a SCNA plot using an R script (gaiaCNVplot), but i found a problem in the x axis which indicate the chromosome numbers and shown in the below figure. The chromosome numbers overlap, so is there a way for the chromosome numbers to be spread out or at least legible ?

Apprecaite your help!
• 1,461 views
•
link
1 answer
Hello, the simplest thing to try is to make the use of width when you are generating the output file. For example:
pdf("out.pdf", width = 16, height = 5.5)
<code>
dev.off()
• 0 views
•
link
Log in to answer this question.