Description Usage Arguments Value
View source: R/rareMETALS.single.correctRefAlt.R
Single variant meta-analysis
1 2 3 | rareMETALS.single.correctRefAlt(score.stat.file, cov.file, range, refaltList,
alternative = c("two.sided", "greater", "less"), callrate.cutoff = 0,
hwe.cutoff = 0)
|
score.stat.file |
files of score statistics |
cov.file |
covariance matrix files |
range |
tabix range of variants to be analyzed |
refaltList |
A list of reference alternative and positions of variants to be analyzed; Each variant in the dataset will be match against ref/alt alleles specified in refaltList; Only variants with matched ref and alt alleles can be included; |
alternative |
alternative hypothesis to be specified |
callrate.cutoff |
Cutoffs of call rate, lower than which will NOT be analyzed (labelled as missing) |
hwe.cutoff |
Cutoffs of HWE p-values |
refaltList |
A list that contains pos, ref and alt for calibrating variant sites to have the right ref and alt alleles; |
a list consisting of results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.