R/zzz.R

Defines functions .onLoad .onAttach

.onAttach <- function(libname, pkgname) {
   addVigs2WinMenu("vsn")
}

.onLoad <- function(libname, pkgname) {
  ## register vsn as a normalization method with the affy package
  if(!("vsn" %in% normalize.AffyBatch.methods()))
    upDate.normalize.AffyBatch.methods(c(normalize.AffyBatch.methods(), "vsn"))
}

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.