View source: R/sl_test_funcs.R
identifySLHits | R Documentation |
Rank test based on Irwin-Hall distribution to identify synthetic lethal (SL) partners in the mutated samples. The function also performs a two sided wilcoxon or t-test on the wild type samples to give a p-value required for filtering.
identifySLHits( canc_data, fp_thresh = 1, path_results = NULL, WT_pval_thresh = 0.1 )
canc_data |
Processed data object for a given cancer type |
fp_thresh |
The average number of false positives allowed. Default = 1 |
path_results |
The path to where the results should be stored. Default working directory. |
WT_pval_thresh |
Discard SL pairs with WT p-values less than this threshold. Default = 0.1 Required by 'plotSLBoxplot' function |
a dataframe of driver gene with its corresponding SL partner, the p-value in WT samples, p-value in mutated samples, the corresponding value after scaling, and available drugs if any.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.