Description Usage Arguments Value
For each SNP-cis-trans gene trio, estimate the probability of mediation. Used to identify trans-associations of GWAS SNPs. .
1 | CCmed_gwas(cis_res, condcorr_res, cisID, condcorrID, ncond)
|
cis_res |
list object returned by running Primo on GWAS SNP cis-association statistics. |
condcorr_res |
list object returned by running Primo on conditional correlation statistics. |
cisID |
data.frame with two columns ("variant_id", "cis") that match the identifiers of
|
condcorrID |
data.frame with two columns ("cis", "trans") that match the identifiers
of |
ncond |
integer of the number of conditions required for mediation. |
data.frame with the following columns:
variant_id | GWAS SNP identifier |
cis | cis-gene identifier |
trans | trans-gene identifier |
ncond | number of conditions required for mediation |
prob_med | probability of mediation in at least ncond conditions
|
The main element of interest for inference is the column prob_med
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.