View source: R/normalize_data.R
normalize_data | R Documentation |
This function perform a normalization on the data considering the fact that each shRNA has a defined length so this will not influence the data. Basically is computed the sum for each row and then multiply by 1e6. At the end the data obtained will be Count Per Million.
normalize_data(screenR_Object)
screenR_Object |
The ScreenR object obtained using the
|
Return the ScreenR object with the normalize data
object <- get0("object", envir = asNamespace("ScreenR"))
object <- normalize_data(object)
slot(object, "normalized_count_table")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.