View source: R/compute_data_table.R
compute_data_table | R Documentation |
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.
compute_data_table(screenR_Object)
screenR_Object |
The ScreenR object obtained using the
|
ScreenR_Object with the data_table filed containing the table.
object <- get0("object", envir = asNamespace("ScreenR"))
object <- compute_data_table(object)
head(slot(object, "data_table"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.