getoverlappingregions {SIM} | R Documentation |
Generates a table with overlapping regions.
getoverlappingregions(independent_regions, dependent_regions, method = c("union", "overlapping"))
independent_regions |
data.frame().Independent regions found with tab tabulate.top.indep.features. |
dependent_regions |
data.frame().Independent regions found with tab tabulate.top.dep.features. |
method |
method to estimate the overlapping regions, either "union" or "overlapping".
|
Calculates the overlap between two tables.
Marten Boetzer, Melle Sieswerda, Renee X. de Menezes R.X.Menezes@lumc.nl
SIM, tabulate.top.dep.features, tabulate.top.indep.features, sim.plot.overlapping.indep.dep.features
#no examples yet!