Description Usage Arguments Value
Constructs a collated list of data that can be passed to JAM
via do.call
, or as an argument to cojam
. The prior
proportion of causal covariates is treated as unknown and given a Beta(a, b)
hyper-prior.
1 2 3 4 5 6 7 8 9 10 11 12 |
marginal_beta |
Vector of marginal effect estimates to re-analyse with JAM under multivariate models. For GWAS summaries, these or log-ORs. |
snp_names |
SNP identifiers (e.g. RSID), in the same order as |
ref_genotypes |
Reference genotype matrix used by JAM to impute the SNP-SNP
correlations. Genotypes must be coded as a numeric risk allele
count 0/1/2. Non-integer values reflecting imputation may be given. NB: The
risk allele coding must correspond to that used in |
n |
The size of the dataset in which the summary statistics
|
trait_variance |
Estimate of the trait (outcome) variance. |
binary_outcome |
Is the trait (outcome) binary? Should be |
marginal_beta_se |
Only required if the trait (outcome) is binary: standard errors of the log-ORs. |
bb_prior_a |
Parameter of Beta(a, b) prior on proportion of causal covariates, default 1. |
bb_prior_b |
Parameter of Beta(a, b) prior on proportion of causal
covariates. Default is the number of SNPs that are common to both |
... |
Other arguments to |
A collated list of data that can be passed to JAM
via do.call
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.