Description Usage Arguments Value Author(s) References Examples
This function allows users to (a) perform PSCAN gene-level association tests; (b) run PSCAN procedures to identify trait-associated variants.
1 2 |
type |
type="mean" is the scan test for testing the mean of the effects and type="variance" is the scan test for testing the variance |
p.comb |
p.comb="Cauchy" or "minP" is to use Cauchy method or minimum p-value method to obtain the gene-level p-value |
U |
a vector of score statistics with names as SNP ID in chr:position format |
V |
a covariance matrix for the score statistics |
MAC |
a vector of minor allele count |
weight |
a vector contains the weights for SNPs (default = NULL, flat weight) |
N.MC |
the number of Monte Carlo simulations for minP gene-level test and signal region detection. |
FWER |
family wise error rate for the PSCAN signal region detection |
f |
overlap fraction cutoff in the signal detection algorithm (0<=f<=1). When f = 0, algorithm identifies nonoverlapping signal regions. When f = 1, algorithm essentially keeps every region passing the significance threshold as the detected signal regions. |
details |
whether output additional information, including p-values for individual signal regions, the type of protein sturcture used in the algorithm (experimentally determined protein structure ("PDB") or computationally predicted structure ("Modbase")), and the 3D coordinates of variants in the protein space. |
plot3D |
whether generate interactive 3D plot for signal regions in protein space. In the plot, the purple spheres represent signal variants and grey spheres represent non-signal variants. The plot will not be generated if no signal region is detected |
pscan.pval |
a p-value of PSCAN mean-based or variance-based test |
signal |
a list of vector with each vector contains SNP IDs in a signal region |
signal.pval |
a vector of p-values with each p-value corresponds to the mean-based or variance-based test p-value for a signal region |
Zheng-Zheng Tang
Tang ZZ, Sliwoski GR, Chen G, Jin B, Bush WS, Li B, and Capra JA. (2020). Spatial scan tests guided by protein structures improve complex disease gene discovery and signal variant detection. Genome Biology.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.