Finds the markers with the highest association on each chromosome.
Usage
list_Top_Markers(
trait,
model,
folder = NULL,
threshold = NULL,
chroms = 1:50,
n = 1
)
Arguments
- trait
GWAS trait.
- model
GWAS model to include.
- threshold
filters results with -log10(p) below threshold.
- chroms
Chromosomes to include.
- n
Number per chromosome.
Value
Table of top results.