Learn R Programming

SIM (version 1.42.0)

getoverlappingregions: Get the overlapping regions between independent and dependent regions

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.
dependent_regions
data.frame().Independent regions found with tab 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.

Details

Calculates the overlap between two tables.

See Also

SIM, tabulate.top.dep.features, tabulate.top.indep.features, sim.plot.overlapping.indep.dep.features

Examples

Run this code
#no examples yet!

Run the code above in your browser using DataLab