rareMETALS.range.core: #' Meta-analysis of gene-level tests by range;

Description Usage Arguments Value

View source: R/rareMETALS.range.R

Description

#' Meta-analysis of gene-level tests by range;

Usage

1
2
3
4
rareMETALS.range.core(score.stat.file, cov.file, range, range.name,
  test = "GRANVIL", maf.cutoff = 1, alternative = c("two.sided",
  "greater", "less"), ix.gold = 1, out.digits = 4, callrate.cutoff = 0,
  hwe.cutoff = 0, max.VT = NULL)

Arguments

score.stat.file

files of score statistics

cov.file

covariance matrix files

range

tabix range for each gene/region

range.name

The name of the range,e.g. gene names can be used

test

rare variant tests to be used

maf.cutoff

MAF cutoff used to analyze variants

alternative

alternative hypothesis to be specified

ix.gold

Gold standard population to align reference allele to

out.digits

Number of digits used in the output

callrate.cutoff

Cutoffs of call rate, lower than which will NOT be analyzed (labelled as missing)

hwe.cutoff

Cutoffs of HWE p-values

max.VT

The maximum number of thresholds used in VT; Setting max.VT to 10 can improve the speed for calculation without affecting the power too much. The default parameter is NULL, which does not set upper limit on the number of variable frequency threhsold.

Value

a list consisting of results


dajiangliu/rareGWAMA documentation built on Sept. 13, 2019, 9:14 a.m.