R/AllClasses.R

## ===========================================================================
## 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)))

Try the SLGI package in your browser

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

SLGI documentation built on Nov. 8, 2020, 11 p.m.