Learn R Programming

DSviaDRM (version 1.0)

pathways: The dataset of human pathways downloaded from two collections of MSigDB

Description

There are 572,639 pathways and their component genes downloaded from collection 2 and collection 5 of MSigDB (http://www.broadinstitute.org/gsea/msigdb/index.jsp).

Usage

data(pathways)

Arguments

Format

A data frame with 572,639 observations 2 variables.
  • pathways A data frame with 572,639 observations 2 columns. TF-to-target interaction pairs.

Details

We downloaded collection 2 and collection 5 files from MSigDB (http://www.broadinstitute.org/gsea/msigdb/index.jsp). There are 6,176 pathways including 21,075 genes.

Examples

Run this code
data(pathways)
pathways[1:3,] # pathways (column 1) and their component genes (column 2)

Run the code above in your browser using DataLab