我有一个散点图,我想知道如何在置信区间线上方和下方找到基因?
编辑:可重复的例子:
library(ggplot2) #dummy data df <- mtcars[,c("mpg","cyl")] #plot ggplot(df,aes(mpg,cyl)) + geom_point() + geom_smooth()
statistics r bioinformatics ggplot2
bioinformatics ×1
ggplot2 ×1
r ×1
statistics ×1