Description Usage Arguments Value Examples
Do a permutation-based test to assess the statistical
significance of each of the modules obtained through shake. For a module of
size k, k interconnected SNPs are picked nperm
times, and their joint
association score is calculated to come up with an estimation of the
distribution.
1 | test_cones_modules(cones, net, nperm = 1e+05)
|
cones |
Results from |
net |
The same SNP network provided to |
nperm |
Integer with the name of permutations. |
An empirical p-value for each of the SNP modules. Please, note that
the minimum possible p-value from an empirical distribution is set to
1/(nperm+1)
. Modules composed by a single SNP will not have an
empirical p-value.
1 2 3 | gi <- get_GI_network(minigwas, snpMapping = minisnpMapping, ppi = minippi)
cones <- scones.cv(minigwas, gi)
martini:::test_cones_modules(cones, gi, 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.