descriptives.scan {GenABEL} | R Documentation |
Describes "top" hits in GWA scan
descriptives.scan(data,file,top=10,sortby="P1df",digits = 10, sep ="\t")
data |
an object of snp.data-class or gwaa.data-class |
file |
A string specifying the name of a file to write the tables to (default is no file output). |
top |
How many "top" hits to describe |
sortby |
How to pick up "top" hits ("P1df","P2df","Pgw1df","Pgw2df") |
digits |
number of digits to be printed |
sep |
field separator (takes effect only if file argument provided) |
A descritive table
Yurii Aulchenko
data(srdta) x <- qtscore(qt2,srdta) descriptives.scan(x)