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 = 10, sep ="\t")

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
sep field separator (takes effect only if file argument provided)

Value

A descritive table

Author(s)

Yurii Aulchenko

Examples

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

[Package GenABEL version 1.4-2 Index]