R/00-generics.R

if(!isGeneric("plot")) 
  setGeneric("plot", function(x, y, ...) StandardGeneric("plot"))

if(!isGeneric("hist")) 
  setGeneric("hist", function(x, ...) StandardGeneric("hist"))

if(!isGeneric("image")) 
  setGeneric("image", function(x, ...) StandardGeneric("image"))

if(!isGeneric("update")) 
  setGeneric("update", function(object, ...) StandardGeneric("update"))

if(!isGeneric("summary")) 
  setGeneric("summary", function(object, ...) StandardGeneric("summary"))

Try the DeepCNV package in your browser

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

DeepCNV documentation built on May 2, 2019, 5:23 p.m.