get_example_data {hidecan} | R 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 columnsid
,chromosome
,position
andscore
. -
DE
: a tibble of differential expression results, with columnsgene
,chromosome
,padj
,log2FoldChange
,start
,end
andlabel
. -
CAN
: a tibble of candidate genes, with columnsid
,chromosome
,start
,end
,name
andgene_name
.
[Package hidecan version 1.1.0 Index]