R/summary.map.frame.s

"summary.map.frame" <-
    function(object,...)
{
    chrs<-table(object$chr.num,
                factor(object$is.marker,c(TRUE,FALSE),c("marker","pseudo-marker")))
    lens <- do.call("rbind",tapply(object$cM,object$chr.num,range))
    res <- cbind(chrs,lens)
    dimnames(res)[[2]][3:4]<-c("cM.low","cM.high")
    res
}

Try the bqtl package in your browser

Any scripts or data that you put into this service are public.

bqtl documentation built on Sept. 8, 2023, 5:44 p.m.