sim.plot.zoom.in(SIM)
sim.plot.zoom.in()所属R语言包:SIM
Zoom in on heatmap
在对热图放大
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Zoom in on pervious produced heatmap by sim.plot.zscore.heatmap
在透水产生热图放大由sim.plot.zscore.heatmap
用法----------Usage----------
sim.plot.zoom.in(call)
参数----------Arguments----------
参数:call
language, function call of sim.plot.zscore.heatmap
language,sim.plot.zscore.heatmap函数调用
Details
详情----------Details----------
sim.plot.zscore.heatmap returns (invisible) the function call and as attribute the local function environment. So by adjusting the the xlim and ylim a zoom in is created.
sim.plot.zscore.heatmap回报(不可见)的函数调用和属性局部功能的环境。因此,通过调整xlim和ylim在变焦创建。
值----------Value----------
an additional plot is created, on the previous plot a rectangle indicating the zoomed region.
创建一个额外的图,在以前的图显示放大区域的矩形。
作者(S)----------Author(s)----------
Marten Boetzer, Melle Sieswerda, Renee X. de Menezes <a href="mailto:R.X.Menezes@lumc.nl">R.X.Menezes@lumc.nl</a>
参见----------See Also----------
SIM, sim.plot.zscore.heatmap
SIM卡,sim.plot.zscore.heatmap
举例----------Examples----------
#first run example(assemble.data)[第一次运行的例子(assemble.data)]
#and example(integrated.analysis)[和例如(integrated.analysis)]
#plot the zscores in a heatmap[1热图绘制的zscores]
sim.plot <- sim.plot.zscore.heatmap(input.regions = "8q", adjust.method = "BY", run.name = "chr8q", pdf = FALSE)
#only when runned interactive[只有拼命地跑互动]
if(interactive())
sim.plot.zoom.in(sim.plot)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|