set_normalized_count_table: Set ScreenR normalized_count_table

set_normalized_count_tableR Documentation

Set ScreenR normalized_count_table

Description

Set function for the normalized_count_table of the ScreenR object

Usage

set_normalized_count_table(object, normalized_count_table)

## S4 method for signature 'screenr_object'
set_normalized_count_table(object, normalized_count_table)

Arguments

object

The ScreenR object obtained using the create_screenr_object

normalized_count_table

A table of the normalized count table

Value

The ScreenR object with the set normalized_count_table

Examples

object <- get0("object", envir = asNamespace("ScreenR"))
normalized_count_table <- get_normalized_count_table(object)
normalized_count_table
set_normalized_count_table(object, normalized_count_table)

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