R/summary.eqtl.R

# Version: 30-11-2012, Daniel Fischer

summary.eqtl <- function(object, ...){
  
  ws <- object$windowSize
  if(is.null(ws)) ws <- "trans-eQTL" 

  cat("EQTL Summary\n")
  cat("---------------\n")
  cat("Type of test        :",object$method,"\n")
  cat("Tested genes        :",length(object$eqtl),"\n")
  cat("Window size (in MB) :",ws,"\n")
  invisible(object)
} 

Try the GeneticTools package in your browser

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

GeneticTools documentation built on Jan. 15, 2017, 11:21 a.m.