Pull top hits from a GWASFormatter or a data.frame/tibble
Usage
select_top_hits(x, threshold = 5e-08, ...)
# S3 method for class 'GWASFormatter'
select_top_hits(x, threshold = 5e-08, ...)
# S3 method for class 'data.frame'
select_top_hits(x, threshold = 5e-08, ...)