summary.scanonevar: summary.scanonevar

Description Usage Arguments Details Value Author(s)

Description

summary.scanonevar prints out the loci in a scanonevar object that exceed thresh. It is an S3 generic for summary(). It handles scanonevar objects in both LOD units and empirical p value units.

Usage

1
2
3
## S3 method for class 'scanonevar'
summary(object, units = c("lod", "asymp.p",
  "empir.p"), thresh, ...)

Arguments

object

the scanonevar object to be summarized

units

Which units should be used to summarise? 'lod', 'asymp.p', or 'empir.p'

thresh

the threshold over which (for LODs) or under which (for emprirical p values) a locus will be printed.

...

additional arguments controlling the summary

Details

none

Value

None. Only prints results to screen.

Author(s)

Robert Corty rcorty@gmail.com


rcorty/vqtl documentation built on May 27, 2019, 3:04 a.m.