get_example_data: Example dataset

View source: R/utils.R

get_example_dataR Documentation

Example dataset

Description

Returns a list of example datasets.

Usage

get_example_data()

Value

A list with the following elements:

  • GWAS: a tibble of GWAS results, with columns id, chromosome, position and score.

  • DE: a tibble of differential expression results, with columns gene, chromosome, padj, log2FoldChange, start, end and label.

  • CAN: a tibble of candidate genes, with columns id, chromosome, start, end, name and gene_name.


hidecan documentation built on Feb. 16, 2023, 6:22 p.m.