YinLiLin / CMplot

📊 Circular and Rectangular Manhattan Plot
499 stars 111 forks source link

how to alter multiple track qq plots #114

Open srad26 opened 7 months ago

srad26 commented 7 months ago

I am wondering if there is a way to alter multitrack QQ plots so they are displayed on more than one line. Currently I have 15 plots loaded, but they display all on one line when I would prefer they are laid out in a 3x5 structure. Is there a way to adjust this?

Here is a short version of the code I am currently using to make the plots:

y=read.csv("file.csv", header=TRUE) Traits<-list(Y$Alanine, Y$arginine, Y$oil) CMplot(Y, plot.type="q", file="tiff", dpi=300, file.name="filename", col=c("dodgerblue"), multracks = TRUE)

YinLiLin commented 6 months ago

Sorry that it's now not achievable to set the output structure for current version.