CMplot icon indicating copy to clipboard operation
CMplot copied to clipboard

I have only one-layer of circle plot

Open seisland1 opened this issue 1 year ago • 1 comments

Cir_Manhtn P

I have only one-layer of circle in the plot like above jpg file How can I have three-layers like the example of yours?

My code was

CMplot(entire_assoc,type="p",plot.type="c",chr.labels=paste("CHR",c(1:22),sep=""),r=0.4,cir.axis=FALSE, outward=FALSE,cir.axis.col="black",cir.chr.h=1.3,chr.den.col="black",file="png", file.name="",dpi=600,file.output=TRUE,verbose=TRUE,width=10,height=10)

Thank you for your work! Sei

seisland1 avatar Apr 05 '24 08:04 seisland1

That is because only one trait existed in your data, if you want to get more than one layers, please add more traits by columns in the data 'entire_assoc'.

YinLiLin avatar Apr 09 '24 02:04 YinLiLin