compare_to_gold_standard: compare_to_gold_standard Compares a new screen to your...

Description Usage Value

View source: R/post_processing_functions.R

Description

compare_to_gold_standard Compares a new screen to your gold-standard screen. For example, your gold-standard screen may be of high coverage and your new screen of lower coverage, and you want to check whether essential genes of type I or II from the gold standard screen are also recovered by the new screen.

Usage

1
compare_to_gold_standard(extracted_output_gold_standard, extracted_output_new)

Value

proportion_genes_recovered_I Proportion of the genes essential of type I in the first screen that are also essential of type I in the second screen.

proportion_genes_recovered_II Proportion of the genes essential of type II in the first screen that are also essential of type I in the second screen.

proportion_genes_recovered_I_FNR Proportion of the genes essential of type I in the first screen that are also essential of type I in the second screen, when FNR is controlled at 0.05 in the second screen. To avoid cases with very low FNR we use the union of the FNR and FDR controlled sets.

proportion_genes_recovered_II_FNR Proportion of the genes essential of type II in the first screen that are also essential of type I in the second screen, when FNR is controlled at 0.05 in the second screen. Again we use the union of the FNR and FDR controlled sets.


magStra/BSure documentation built on April 27, 2021, 3:30 a.m.