tspplot(tspair)
tspplot()所属R语言包:tspair
Graphical display of tsp objects
茶匙对象的图形显示
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Graphical display of tsp objects
茶匙对象的图形显示
用法----------Usage----------
tspplot(tspobj)
参数----------Arguments----------
参数:tspobj
A tsp object.
一茶匙的对象。
Details
详情----------Details----------
tspplot() creates a plot of each top scoring pair.The figure plots the expression for the first gene in the TSP pair versus the expression for the second gene in the TSP pair across arrays. The user defined groups are plotted in the colors red and blue. The score for the pair is shown across the top of each plot. If there is more than one TSP, hitting return will cycle from one TSP to the next.
tspplot()创建的每个顶级的得分pair.The图绘制第一个基因的表达在与旅行商对整个阵列中的第二个基因的表达TSP对图。红色和蓝色的色彩绘制在用户定义的组。对得分横跨每个小区的顶部。如果有一个以上的TSP,击中回报周期从一个TSP的未来。
值----------Value----------
Nothing of interest.
没有利息。
作者(S)----------Author(s)----------
Jeffrey T. Leek <a href="mailto:jtleek@jhu.edu">jtleek@jhu.edu</a>
参考文献----------References----------
expression profiles from pairwise mRNA comparisons, Statist. Appl. in Genetics and Molecular Biology, 3, 2004.
参见----------See Also----------
tspcalc, ts.pair, tspsig,predict.tsp, summary.tsp
tspcalc,ts.pair,tspsig,predict.tsp,summary.tsp
举例----------Examples----------
## Not run: [#无法运行:]
## Load data[#将数据]
data(tspdata)
tsp1 <- tspcalc(dat,grp)
tspplot(tsp1)
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|