initialize_y {gemini} | R Documentation |
Initialize all y values from guide pairs including a negative control.
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
data("Model", package = "gemini") Model %<>% initialize_y()