get_example_data | R Documentation |
Returns a list of example datasets.
get_example_data()
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.