xdesign-methods | R Documentation |
xdesign
~~~~ Methods for function xdesign
~~
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 discrete 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 discrete 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 discrete portion of the mixture model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.