EnrichmentDFL: Farris et al gene set enrichment data.frames

Description Usage Format Details Source Examples

Description

Farris et al gene set enrichment data.frames

Usage

1

Format

An object of class list of length 12.

Details

This object is a list that contains one data.frame for each gene set enrichment test.

Each gene hit list was tested against MSigDB v6.0 using hypergeometric enrichment. The MSigDB data is available from Subramanian, Tamayo, et al. (2005, PNAS 102, 15545-15550) and Liberzon, et al. (2011, Bionformatics)

Source

Farris et al 2019

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
data(EnrichmentDFL);

# show the first few rows of one data.frame
head(EnrichmentDFL[[1]])

# If you have the tibble package, it has a clean display
if (require(tibble)) {
   print(tibble::tibble(EnrichmentDFL[[1]]))
}

# the jamba package sdim() is a good summary
jamba::sdim(EnrichmentDFL);

jmw86069/farrisdata documentation built on Oct. 8, 2019, 9:56 p.m.