R/dom.s

"dom"<-
    function(x,...,scope=scope,method=method)
{
    if (missing(scope)) stop("missing scope arg - possible bqtl syntax error")
    new.scope <- scope[grep("^dom",scope)]
    if (length(new.scope)==0) stop("no 'dom' terms found")
    locus(x,...,scope=new.scope,method="fooey")
}

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.