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", 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")

sep

field separator (takes effect only if file argument provided)

Value

A descritive table

Author(s)

Yurii Aulchenko

Examples

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

[Package GenABEL version 1.8-0 Index]