Description Usage Arguments Value Examples
For each variant/gene pair, meta-analyze summary statistics from trcQTL and ascQTL. If sample size is greater than or equal to n_cutoff, approximate test statistic as z-score, otherwise compute p-value from student-t distribution with d.o.f. = 1. If both trcQTL and ascQTL have no fewer than n_cutoff samples, perform inverse variance-based meta-analysis.
1 | meta_analyze(trc, asc, n_cutoff = 15)
|
trc |
list of effect size estimates and standard deviation (e.g. output of matrix_ls_trc) |
asc |
list of effect size estimates and standard deviation (e.g. output of matrix_ls_asc) |
n_cutoff |
threshold to approximate test statistic as z-score. |
a list of summary statistics and p-values obtained from trc, asc, and meta-analysis of the two the object within list is named by the method (trc, asc, and meta) and each of which includes pval (p-value), stat (test statistic), stat_type (z-value or t-value), bhat (effect size estimate), se (standard deviation of effect size), method (only for 'meta' object showing if the result is from 'trc', 'asc', or 'meta')
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.