Nothing
## ===========================================================================
## siResult
## ---------------------------------------------------------------------------
## A container for the results after applying a permutation model on
## synthetic genetic interaction
## ---------------------------------------------------------------------------
setClass("siResult",
representation(Observed="numeric", Expected="ANY"),
prototype=list(Observed=numeric(0), Expected=matrix(0)))
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.