ecdf_list {GeneAccord}R Documentation

The list with the ECDF's of the test statistic under the null hypothesis

Description

This is a list whose entries are the empirical cumulative distribution functions for different number of patients that pairs can be mutated in.

Usage

ecdf_list

Format

A list whose entries are the empirical cumulative distribution functions. Entry 1 is set to NULL, because GeneAccord does not test pairs that occur in just one patient. Entry 2 then contains the ECDF of the test statistic under the null hypothesis for the case that pairs are mutated in two patients. Entry 3 contains the ECDF for the case where pairs occur in three patients.

Source

The list was generated with the function generate_ecdf_test_stat as demonstrated in the vignette, just that the following parameter was set as num_pairs_sim = 100000.


[Package GeneAccord version 1.0.0 Index]