R/eQTL.topResults.R

Defines functions eQTL.topResults

eQTL.topResults <- function(x, n=NULL, s=NULL){
  if(is.null(n) & is.null(s)) stop("Either the amount of top results (n) or number of sig SNP (s) needs to be provided")
  
  
  
}
fischuu/GenomicTools documentation built on April 30, 2023, 7:53 p.m.