set_count_table: Set ScreenR count table

set_count_tableR Documentation

Set ScreenR count table

Description

Set function for the count table of the ScreenR object

Usage

set_count_table(object, count_table)

## S4 method for signature 'screenr_object'
set_count_table(object, count_table)

Arguments

object

The ScreenR object obtained using the create_screenr_object

count_table

A count table containing in each row an shRNA and in each column a sample

Value

The ScreenR object with the count table

Examples

object <- get0("object", envir = asNamespace("ScreenR"))
counts <- get_count_table(object)
set_count_table(object, counts)

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