how to remove the overlap in the chromosome numbers?
1
0
Entering edit mode
4.3 years ago
Chaimaa ▴ 260

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 ?

https://i.postimg.cc/c1cJqNK2/FIGURE4-Stage3.png

Apprecaite your help!

R • 827 views
ADD COMMENT
2
Entering edit mode
4.3 years ago

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()
ADD COMMENT
0
Entering edit mode

@ Hi Kevin, i have another question: is there a possibility to lined up this figure as to the position of each chromosome ?

ADD REPLY
0
Entering edit mode

Hello, I am not sure what you mean?

ADD REPLY
0
Entering edit mode

@ Hi Kevin, i mean if there is a way to lined up these chromosomes as i can compare each chromosome with any other chromosome from another stage for example visually ?

ADD REPLY

Login before adding your answer.

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