Description Usage Arguments Value Author(s) See Also Examples
Determine hotspot sizes and display. Use individual threshold and quantile thresholds as provided.
1 2 3 4 5 6 7 8 9 10 11 12 13 14  | hotsize(hotobject, ...)
## S3 method for class 'scanone'
hotsize(hotobject, lod.thr = NULL, drop.lod = 1.5, ...)
## S3 method for class 'highlod'
hotsize(hotobject, lod.thr = NULL, window = NULL,
  quant.level = NULL, ...)
## S3 method for class 'hotsize'
print(x, ...)
## S3 method for class 'hotsize'
summary(object, ...)
## S3 method for class 'hotsize'
plot(x, ylab = "counts", quant.axis = pretty(x$max.N),
  col = c("black", "red", "blue"), by.chr = FALSE, maps = NULL,
  title = "",...)
 | 
hotobject | 
 object of class   | 
lod.thr | 
 LOD threshold  | 
drop.lod | 
 LOD drop from max to keep for support intervals  | 
window | 
 window width in cM for smoothing hotspot size; not used
if   | 
quant.level | 
 vector of LOD levels for 1 up to
  | 
x,object | 
 object of class   | 
ylab | 
 label for vertical plot axis  | 
quant.axis | 
 hotspot sizes for quantile axis (vertical on right side of plot)  | 
col | 
 col of hotspot size, smoothed hotspot size, and sliding hotspot size  | 
by.chr | 
 separate plot by chromosome if   | 
maps | 
 if not   | 
title | 
 title for plot  | 
... | 
 arguments passed along to scanone methods  | 
hotsize methods return an object of class hotsize, which
is essentially an object of class summary.scanone
with additional attributes for lod.thr, window, and
quant.level. 
Brian S Yandell and Elias Chaibub Neto
1 2 3 4  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.