Learn R Programming

ggupset (version 0.3.0)

gene_pathway_membership: A fictional dataset describing which genes belong to certain pathways

Description

A fictional dataset describing which genes belong to certain pathways

Usage

gene_pathway_membership

Arguments

Format

a matrix with 6 rows and 37 columns. Each row is one pathway, with its name given as `rownames` and each column is a gene. The values in the matrix are Boolean indicators if the gene is a member of the pathway.

Examples

Run this code
dim(gene_pathway_membership)
gene_pathway_membership[, 1:15]

Run the code above in your browser using DataLab