plotInteractionsNearViewpoint(r3Cseq)
plotInteractionsNearViewpoint()所属R语言包:r3Cseq
Plot candidate interaction regions near the viewpoint
图候选人互动的观点附近区域
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot candidate interaction regions near the viewpoint by zooming at 10Mb, 1Mb, 500Kb, and 100Kb respectively
图互动候选人的观点附近区域变焦10MB,1MB,500KB,100KB;
用法----------Usage----------
plotInteractionsNearViewpoint(object)
参数----------Arguments----------
参数:object
r3Cseq object. The object is the container of interaction regions produced by getInteractions function.
r3Cseq对象。对象是getInteractions功能所产生的相互作用区的容器。
值----------Value----------
Plots interaction regions close to the viewpoint on the active graphical device.
图相互作用区域接近的观点,积极的图形设备。
作者(S)----------Author(s)----------
S. Thongjuea
参见----------See Also----------
plotOverviewInteractions, plotInteractionsPerChromosome, plot3Cecdf
plotOverviewInteractions,plotInteractionsPerChromosome,plot3Cecdf
举例----------Examples----------
####Create the r3Cseq object#############[###创建r3Cseq对象#############]
library(BSgenome.Mmusculus.UCSC.mm9)
load(system.file("data","example.data.rda",package="r3Cseq"))
calculateRPM(my.data)
getInteractions(my.data)
####Plot[###图]
plotInteractionsNearViewpoint(my.data)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|