R/coef.doqtl.R

################################################################################
# Return the coefficients of a DOQTL object.
# Daniel Gatti
# Dan.Gatti@jax.org
# Oct. 21, 2013
################################################################################
coef.doqtl = function(object, ...) {
  return(object$coef)
} # coef.doqtl)

Try the DOQTL package in your browser

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

DOQTL documentation built on May 6, 2019, 3:09 a.m.