Skip to contents

Dummy data frame for plot_manhattan()

Usage

dummy_manhattan_df(type = "gwas")

Arguments

type

Either 'gwas' or 'phewas

Value

A data frame

Examples

dummy_manhattan_df()
#> # A tibble: 15 × 5
#>    CHR   SNP    BETA    SE           P
#>    <chr> <chr> <dbl> <dbl>       <dbl>
#>  1 1     a       0.1  0.01 0.05       
#>  2 1     b       0    0.02 0.0001     
#>  3 1     c      -0.1  0.03 0.000000001
#>  4 2     d       0.1  0.01 0.01       
#>  5 2     e       0    0.02 0.02       
#>  6 2     f      -0.1  0.03 0.03       
#>  7 3     g       0.1  0.01 0.04       
#>  8 3     h       0    0.02 0.05       
#>  9 3     i      -0.1  0.03 0.06       
#> 10 11    j       0.1  0.01 0.07       
#> 11 11    k       0    0.02 0.08       
#> 12 11    l      -0.1  0.03 0.0001     
#> 13 11    m       0.1  0.01 0.07       
#> 14 11    n       0    0.02 0.08       
#> 15 11    o      -0.1  0.03 0.0001