做出来结果如图,代码是:boxplot(GATA3 ~ dataset, data=expr,xlab="dataset", ylab="expression", main="GATA3",col=c("yellow","blue"), names=c("BRCA","OV"))
请问加上哪个代码能加上像下图那样,谢谢帮助!
嗯,第一幅是基础绘图作德,第二幅是 ggplots 作。
ggplot2 先作点图,加上 jitter 参数以免点重合,然后再加上一层 boxplot 就可以了。