descriptives.scan {GenABEL}R Documentation

Function to describe "top" hits in GWA scan

Description

Describes "top" hits in GWA scan

Usage

        descriptives.scan(data,file,top=10,sortby="P1df",digits = 6)

Arguments

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

Details

Value

A descritive table

Note

Author(s)

Yurii Aulchenko

References

See Also

Examples

        data(srdta)
        x <- qtscore(qt2~CRSNP,srdta)
        descriptives.scan(x)

[Package GenABEL version 1.1-8 Index]