checkUniverseAppropriateness: Check universe appropriateness

Description Usage Arguments Value Examples

View source: R/LOLA.R

Description

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

Usage

1

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

1
2
3
data("sample_input", package="LOLA") # load userSet
data("sample_universe", package="LOLA") # load userUniverse
checkUniverseAppropriateness(userSets, userUniverse)

LOLA documentation built on Nov. 8, 2020, 8:23 p.m.