initialize_y {gemini}R Documentation

initialize_y

Description

Initialize all y values from guide pairs including a negative control.

Usage

initialize_y(Model, verbose = FALSE, cores = 1)

Arguments

Model

an object of class gemini.model

verbose

default FALSE

cores

a numeric indicating the number of cores to use. See details in gemini_parallelization. (default=1)

Value

a Model object of class gemini.model including new slots for y values

Examples

data("Model", package = "gemini")
Model %<>% initialize_y()


[Package gemini version 1.7.0 Index]