sample_p_null_tallies | R Documentation |
This dataset features tallies of permuted null model p-values that are above
or below the model p-value that was obtained from a null model without
resampling. The sums of p-values above or below this model p-value can be
used to calculate an empirical p-value. There is a row for each SNP window,
thread combination, since SNP windows are tested on all threads using
different null models on each thread. This sample dataset was obtained from
mtmcskat_NullModels
, which multithreads Monte Carlo SKAT
over null models.
sample_p_null_tallies
A data frame with 192 rows and 4 variables
Integer indicating, in base pairs, the center of a SNP window
Numeric value (double) indicating the original p-value for the given SNP window, obtained by SKAT without resampling
The number of permuted p-values from a given thread that are above the original p-value for a given window
The number of permuted p-values from a given thread that are below the original p-value for a given window
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.