| 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,positionandscore. -
DE: a tibble of differential expression results, with columnsgene,chromosome,padj,log2FoldChange,start,endandlabel. -
CAN: a tibble of candidate genes, with columnsid,chromosome,start,end,nameandgene_name.
[Package hidecan version 1.1.0 Index]