model.matrix,experiment-method | R Documentation |
The function extends stats::model.matrix.
## S4 method for signature 'experiment'
model.matrix(object, design_formula = design(object, as.formula = TRUE))
object |
an ORFik |
design_formula |
the experiment design, as formula, subset columns, to
change the model.matrix, default: |
a matrix with design and level attributes
df <- ORFik.template.experiment()
model.matrix(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.