I have a list of genes and for each of them I have a numeric vector with log(means) and another numeric vector with log(cv2).
(我有一个基因列表,对于每个基因,我都有一个带有log(means)的数字向量和另一个带有log(cv2)的数字向量。)
I would like to plot the smoothScatter with different colors at 80 percentile, another color at 70 and another one at 60.(我想用80%的百分比绘制不同颜色的smoothScatter,在70处绘制另一个颜色,在60处绘制另一个颜色。)
Here my vectors:
(这是我的载体:)
log(means) A1BG A1BG-AS1 A2M A2M-AS1 A3GALT2 AAAS AACS 1.2896324 0.4636351 0.4423729 0.2490646 0.3692145 0.2476610 1.5436266 AADAC AAED1 AAGAB -1.1959421 1.2667449 0.2629031 log(cv2) A1BG A1BG-AS1 A2M A2M-AS1 A3GALT2 AAAS AACS -0.84919064 -0.06302276 0.19369261 0.62665257 0.07464101 -0.13984367 -1.75160724 AADAC AAED1 AAGAB 2.23542143 -0.46630314 -0.49314614
Here only some genes are reported because totally I have 8000 genes.
(这里只报告了一些基因,因为我总共有8000个基因。)
Thank you in advance
(先感谢您)
ask by Elb translate from so