getoverlappingregions(SIM)
getoverlappingregions()所属R语言包:SIM
Get the overlapping regions between independent and dependent regions
获得独立和依赖的区域之间的重叠区域
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generates a table with overlapping regions.
重叠区域生成一个表。
用法----------Usage----------
getoverlappingregions(independent_regions,
dependent_regions,
method = c("union", "overlapping"))
参数----------Arguments----------
参数:independent_regions
data.frame().Independent regions found with tab tabulate.top.indep.features.
数据框()。独立的区域发现用制表tabulate.top.indep.features。
参数:dependent_regions
data.frame().Independent regions found with tab tabulate.top.dep.features.
数据框()。独立的区域发现用制表tabulate.top.dep.features。
参数:method
method to estimate the overlapping regions, either "union" or "overlapping". overlapping outputs only the overlapping parts of the overlapping regions. union outputs the whole region. Say independent region = 1-10, dependent region = 5-12. The output is 1-12.
方法估计重叠的区域,无论是“联盟”或“重叠”。 overlapping输出重叠区域的重叠部分。 union输出整个区域。说独立的区域= 1-10,依赖区域= 5-12。输出是1-12。
Details
详情----------Details----------
Calculates the overlap between two tables.
计算两个表之间的重叠。
作者(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, tabulate.top.dep.features, tabulate.top.indep.features, sim.plot.overlapping.indep.dep.features
SIM卡,tabulate.top.dep.features,tabulate.top.indep.features,sim.plot.overlapping.indep.dep.features
举例----------Examples----------
#no examples yet![还没有例子!]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|