plot3Cecdf(r3Cseq)
plot3Cecdf()所属R语言包:r3Cseq
Plot the empirical distribution of interaction regions
绘制的相互作用区域的经验分布
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot the empirical distribution of interaction regions
绘制的相互作用区域的经验分布
用法----------Usage----------
plot3Cecdf(object)
参数----------Arguments----------
参数:object
r3Cseq object. The object is the container of interaction regions produced by getInteractions function.
r3Cseq对象。对象是getInteractions功能所产生的相互作用区的容器。
值----------Value----------
Plots the empirical distribution of interaction regions on the active graphical device.
图相互作用区域的经验分布上活跃的图形设备。
作者(S)----------Author(s)----------
S. Thongjuea
参见----------See Also----------
plotOverviewInteractions, plotInteractionsPerChromosome, plotInteractionsNearViewpoint
plotOverviewInteractions,plotInteractionsPerChromosome,plotInteractionsNearViewpoint
举例----------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[###图]
plot3Cecdf(my.data)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|