set_replicates: Set ScreenR replicates

set_replicatesR Documentation

Set ScreenR replicates

Description

Set function for the replicates of the ScreenR object

Usage

set_replicates(object, replicates)

## S4 method for signature 'screenr_object'
set_replicates(object, replicates)

Arguments

object

The ScreenR object obtained using the create_screenr_object

replicates

The vector containing the replicates name

Value

The ScreenR object with the specific replicates

Examples

object <- get0("object", envir = asNamespace("ScreenR"))
replicates <- get_replicates(object)
set_replicates(object, replicates)

EmanuelSoda/ScreenR documentation built on Sept. 29, 2023, 12:33 a.m.