Learn R Programming

GenABEL (version 1.8-0)

descriptives.scan: 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
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

Examples

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

Run the code above in your browser using DataLab