Checks to see if the universe is appropriate for the userSets Anything in the userSets should be present in the universe. In addition, 2 different regions in the userSets should not overlap the same region in the universe

checkUniverseAppropriateness(userSets, userUniverse, cores = 1,
  fast = FALSE)

Arguments

userSets

Regions of interest

userUniverse

Regions tested for inclusion in userSets

cores

Number of processors

fast

Skip the (slow) test for many-to-many relationships

Value

No return value.

Examples

data("sample_input", package="LOLA") # load userSet data("sample_universe", package="LOLA") # load userUniverse checkUniverseAppropriateness(userSets, userUniverse)
#> Confirming universe appropriateness
#> Checking for many-to-many relationships between sets and universe...
#> any:11
#> sum:0.9684910.939976
#> 0.9684910.939976
#> Warning: Your user sets contain ranges that are not in your universe. You need to expand your universe. OR: your universe contains overlapping regions. You should reduce it. OR: your universe contains regions that overlap multiple regions in your user sets, You should disjoin your universe.
#> PASSED