rareMETALS.gene: Meta-analysis of gene-level tests;

Description Usage Arguments Value

View source: R/rareMETALS.gene.R

Description

Meta-analysis of gene-level tests;

Usage

1
2
3
4
5
rareMETALS.gene(ANNO, score.stat.file, cov.file, gene, test = "GRANVIL",
  maf.cutoff, no.boot = 10000, alternative = c("two.sided", "greater",
  "less"), alpha = 0.05, ix.gold = 1, out.digits = 4,
  callrate.cutoff = 0, hwe.cutoff = 0, gene.file = "refFlat_hg19.txt.gz",
  max.VT = NULL)

Arguments

ANNO

type of variants to be analyzed;

score.stat.file

files of score statistics

cov.file

covariance matrix files

test

rare variant tests to be used

maf.cutoff

MAF cutoff used to analyze variants

no.boot

Number of bootstraps to be used. No need if asymptotics are used

alternative

alternative hypothesis to be specified

alpha

Significance threshold to determine the number of resampling. Set to 0 if analytic p-values are calculated.

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, lower than which will NOT be analyzed (labelled as missing)

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.