Redian新闻
>
如何做microarray的scatter plot图?
avatar
如何做microarray的scatter plot图?# Biology - 生物学
z*n
1
一张暴雷人的假钞。我眼拙,看了5分钟才看出问题。您看出来没?说说,用了多久?
avatar
l*e
2
想比较两样品表达谱的相似性,如何作出x-y轴散点图,>log2的红色,中间的灰色。对matlab不懂,stanford 的SAM怎么用不了?
多谢!
avatar
f*l
3
中国人民很行。
20秒。

【在 z****n 的大作中提到】
: 一张暴雷人的假钞。我眼拙,看了5分钟才看出问题。您看出来没?说说,用了多久?
avatar
l*e
4
R是不是也可以做到?有高人贴个程序或者样本么,多谢
avatar
z*n
5
你很行!!
我就没看出来

【在 f*******l 的大作中提到】
: 中国人民很行。
: 20秒。

avatar
l*1
6
pls refer
> posted on FRIDAY, JULY 6, 2012
Fix Overplotting with Colored Contour Lines
I saw this plot in the supplement of a recent paper comparing microarray
results to RNA-seq results. Nothing earth-shattering in the paper - you've
probably seen a similar comparison many times before - but I liked how they
solved the overplotting problem using heat-colored contour lines to indicate
density. I asked how to reproduce this figure using R on Stack Exchange,
and my question was quickly answered by Christophe Lalanne.
Here's the R code to generate the data and all the figures here.
# Generate some data
library(MASS)
set.seed(101)
n X # A color palette from blue to yellow to red
library(RColorBrewer)
k my.cols ## compute 2D kernel density, see MASS book, pp. 130-131
z # Make the base plot
plot(X, xlab="X label", ylab="Y label", pch=19, cex=.4)
# Draw the colored contour lines
contour(z, drawlabels=FALSE, nlevels=k, col=my.cols, add=TRUE, lwd=2)
# Add lines for the mean of X and Y
abline(h=mean(X[,2]), v=mean(X[,1]), col="gray", lwd=1.5)
# Add the correlation coefficient to the top left corner
legend("topleft", paste("R=", round(cor(X)[1,2],3)), bty="n")
## Other methods to fix overplotting
# Make points smaller - use a single pixel as the plotting charachter
plot(X, pch=".")
# Hexbinning
library(hexbin)
plot(hexbin(X[,1], X[,2]))
# Make points semi-transparent
library(ggplot2)
qplot(X[,1], X[,2], alpha=I(.1))
# The smoothScatter function (graphics package)
smoothScatter(X)
*****
cited
from
http://gettinggeneticsdone.blogspot.co.uk/2012/07/fix-overplott
ps: original hint was from one former mitbbs post
同主题阅读:R: how to convert a scatter plot to a contour color plot?
[版面:统计][首篇作者:StatsGuy] , 2011年03月31日15:17
http://www.mitbbs.com/article_t/Statistics/31271563.html

【在 l******e 的大作中提到】
: R是不是也可以做到?有高人贴个程序或者样本么,多谢
avatar
f*l
7
因为这是一个老笑话里面的包袱,所以特别留意了。
btw, 你不是看出来了吗?

【在 z****n 的大作中提到】
: 你很行!!
: 我就没看出来

avatar
l*u
8
看别人说了我才知道

【在 f*******l 的大作中提到】
: 因为这是一个老笑话里面的包袱,所以特别留意了。
: btw, 你不是看出来了吗?

avatar
t*g
9
5秒钟

【在 z****n 的大作中提到】
: 一张暴雷人的假钞。我眼拙,看了5分钟才看出问题。您看出来没?说说,用了多久?
avatar
l*u
10
我太笨了

【在 t****g 的大作中提到】
: 5秒钟
avatar
r*e
11
两秒,很行啊

【在 z****n 的大作中提到】
: 一张暴雷人的假钞。我眼拙,看了5分钟才看出问题。您看出来没?说说,用了多久?
avatar
wy
12
我再看1年也没戏。就没见过这么大额的钞票

【在 z****n 的大作中提到】
: 一张暴雷人的假钞。我眼拙,看了5分钟才看出问题。您看出来没?说说,用了多久?
avatar
v*y
13
毛泽东。。。生卒年 。。。
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。