Learn R Programming

hidecan (version 1.1.0)

get_example_data: Example dataset

Description

Returns a list of example datasets.

Usage

get_example_data()

Arguments

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.