buildRestrictedUniverse: If you want to test for differential enrichment within your...

Description Usage Arguments Value Examples

View source: R/LOLA.R

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

1

Arguments

userSets

The userSets you will pass to the enrichment calculation.

Value

A restricted universe

Examples

1
2
data("sample_input", package="LOLA") # load userSets
restrictedUniverse = buildRestrictedUniverse(userSets)

Example output



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