Description Usage Arguments Value Author(s) See Also Examples
To summarize the frequency of variants and estimate the statistical significance of frequency difference.
1 |
vcf |
A varlist object. |
method |
The allele frequency test method to be used. This must be one of "fisher.test" and "chisq.test". |
p |
The maximum of the p values. |
... |
More arguments for the test method. |
A data frame to list the position, REF, genotypes, variant allele frequencies and p.value of all variants across study groups.
Qiang Hu
1 2 | ##read example vcf file in data directory.
#vcfreq(varRes1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.