R/AllGenerics.R

setGeneric("vsn2",
  def = function(x, reference, strata, ...) standardGeneric("vsn2"),
  valueClass = "vsn")

setGeneric("predict") ## S3 function imported from package stats
setGeneric("nrow")    ## S3 from base
setGeneric("ncol")   
setGeneric("dim")    


setGeneric("meanSdPlot",
  function(x, ranks = TRUE, xlab = ifelse(ranks, "rank(mean)", "mean"),
           ylab = "sd", pch, plot = TRUE, bins = 50, ...)
   standardGeneric("meanSdPlot"))

Try the vsn package in your browser

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

vsn documentation built on Nov. 8, 2020, 8:03 p.m.