View source: R/find_robust_zscore_hit.R
| find_robust_zscore_hit | R Documentation | 
Title Find robust Z-score Hit
find_robust_zscore_hit(table_treate_vs_control, number_barcode)
table_treate_vs_control | 
 A table computed with the function
  | 
number_barcode | 
 Number of barcode that as to be differentially expressed (DE)in order to consider the gene associated DE. Example a gene is associated with 10 shRNA we consider a gene DE if it has at least number_barcode = 5 shRNA DE.  | 
Return a tibble containing the hit for the robust Z-score
object <- get0("object", envir = asNamespace("ScreenR"))
table <- compute_metrics(object,
    control = "TRT", treatment = "Time3",
    day = "Time3"
)
result <- find_robust_zscore_hit(table, number_barcode = 6)
head(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.