Learn R Programming

LOLA (version 1.2.2)

buildRestrictedUniverse: If you want to test for differential enrichment within your usersets, you can restrict the universe to only regions that are covered in at least one of your sets. This function helps you build just such a restricted universe

Description

If you want to test for differential enrichment within your usersets, you can restrict the universe to only regions that are covered in at least one of your sets. This function helps you build just such a restricted universe

Usage

buildRestrictedUniverse(userSets)

Arguments

userSets
The userSets you will pass to the enrichment calculation.

Value

A restricted universe

Examples

Run this code
data("sample_input", package="LOLA") # load userSets
restrictedUniverse = buildRestrictedUniverse(userSets)

Run the code above in your browser using DataLab