Description Usage Arguments Value Examples
Initialize all y values from guide pairs including a negative control.
1 | initialize_y(Model, verbose = FALSE, cores = 1)
|
Model |
an object of class gemini.model |
verbose |
default FALSE |
cores |
a numeric indicating the number of cores to use. See details in |
a Model object of class gemini.model including new slots for y values
1 2 | data("Model", package = "gemini")
Model %<>% initialize_y()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.