Nothing
## ===========================================================================
## These are already defined as generic functions:
## ---------------------------------------------------------------------------
if(!isGeneric("colnames<-"))
setGeneric("colnames<-", function(x, value) standardGeneric("colnames<-"))
if(!isGeneric("hist"))
setGeneric("hist", useAsDefault=hist)
if(!isGeneric("lines"))
setGeneric("lines", useAsDefault=lines)
## ---------------------------------------------------------------------------
## ===========================================================================
## Generic for applyGate
## ---------------------------------------------------------------------------
setGeneric("applyGate", function(data, x) standardGeneric("applyGate"))
## ---------------------------------------------------------------------------
## ===========================================================================
## Generic for gate
## ---------------------------------------------------------------------------
setGeneric("gate", function(x, ...) standardGeneric("gate"))
setGeneric("gate<-", function(object, value)
standardGeneric("gate<-"))
## ---------------------------------------------------------------------------
## ===========================================================================
## Generic for names
## ---------------------------------------------------------------------------
#setGeneric("names", function(x) standardGeneric("names"))
#setGeneric("names<-", function(x, value) standardGeneric("names<-"))
## ---------------------------------------------------------------------------
## ===========================================================================
## Generic for drawGate
## ---------------------------------------------------------------------------
setGeneric("drawGate", function(x, ...) standardGeneric("drawGate"))
## ---------------------------------------------------------------------------
## ===========================================================================
## Generic for nrow
## ---------------------------------------------------------------------------
if(!isGeneric("nrow"))
setGeneric("nrow", function(x) standardGeneric("nrow"))
## ---------------------------------------------------------------------------
## ===========================================================================
## Generic for nrow
## ---------------------------------------------------------------------------
if(!isGeneric("ncol"))
setGeneric("ncol", function(x) standardGeneric("ncol"))
## ---------------------------------------------------------------------------
## ===========================================================================
## Generic for as.gateSet
## ---------------------------------------------------------------------------
setGeneric("as.gateSet", function(from) standardGeneric("as.gateSet"))
## ---------------------------------------------------------------------------
## ===========================================================================
## Generic for appendGates
## ---------------------------------------------------------------------------
setGeneric("appendGates", function(x, ...) standardGeneric("appendGates"))
## ---------------------------------------------------------------------------
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.