~~ Methods for function zdesign
~~
signature(x="data.frame",m="ANY")
The columns of data frame 'x' specified in the input Formula object 'm' are converted to the design matrix for the continuous portion of the mixture model.
signature(x="ExpressionSet",m="ANY")
The columns of the phenoData section of expression set 'x' specified in the input Formula object 'm' are converted to the design matrix for the continuous portion of the mixture model.
signature(x="matrix",m="ANY")
The columns of matrix 'x' specified in the input Formula object 'm' are converted to the design matrix for the continuous portion of the mixture model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.