MOJOV.summary: Exporting summary information for genotype.

Description Usage Arguments Author(s)

Description

Exporting summary information for genetype data. Including total information, such as how many genes, how many variants, how many rare variants. And some information for each gene.

Usage

1
2
MOJOV.summary(x = NULL, ROI = "scan", bin = c(0, 0.01, 0.05, 
      0.1, 0.2, 0.3, 0.4, 0.5), MAF = 0.05, ...)

Arguments

x

A "MOJOV" class.

ROI

It can be "scan" or a gene symbol. If it is "scan", it will scan the whole genome for every gene. Or it only run for the specified gene.

bin

A bin for frequency statistic.The defalut value is c(0, 0.01, 0.05,0.1, 0.2, 0.3, 0.4, 0.5).

MAF

Specify the minor allele frequency, and the default value is 0.05.

...

...

Author(s)

Ke-Hao Wu


MOJOV documentation built on May 2, 2019, 11:42 a.m.