001、安装加载包
install.packages("CMplot") library("CMplot")
002、查看测试数据
data(pig60K) head(pig60K)
003、使用示例数据绘制snp密度图
CMplot(pig60K,plot.type="d",bin.size=1e6,chr.den.col=c("#7CC767", "#088247", "black"), file="pdf",file.name="xxxxx",dpi=300, main="illumilla_60K",file.output=TRUE,verbose=TRUE,width=9,height=6)
004、用自己的数据绘制SNP密度图
标签:CMplot,曼哈顿,绘制,file,使用,TRUE,pig60K From: https://www.cnblogs.com/liujiaxin2018/p/18188686