initialize_y: initialize_y

Description Usage Arguments Value Examples

View source: R/initialize_y.R

Description

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

Usage

1
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

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

gemini documentation built on Nov. 8, 2020, 8:22 p.m.