compute_data_table: Compute data Table

View source: R/compute_data_table.R

compute_data_tableR Documentation

Compute data Table

Description

This function computes the data table that will be used for the analysis. The data_table is a tidy and normalized version of the original count_table and will be used throughout the analysis.

Usage

compute_data_table(screenR_Object)

Arguments

screenR_Object

The ScreenR object obtained using the create_screenr_object

Value

ScreenR_Object with the data_table filed containing the table.

Examples

object <- get0("object", envir = asNamespace("ScreenR"))
object <- compute_data_table(object)
head(slot(object, "data_table"))

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