initialize_y: initialize_y

View source: R/initialize_y.R

initialize_yR 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()


sellerslab/gemini documentation built on Dec. 5, 2022, 8:56 a.m.