R/add.s

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

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.