Description Usage Arguments Details Author(s) See Also Examples
View source: R/getoverlappingregions.R
Generates a table with overlapping regions.
1 2 3  | 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
1  | #no examples yet!
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.