Description Usage Arguments Value Examples
A function to extract a genotype from a vcfR::VCF object.
1 2 |
vcf |
A vcfR::VCF object |
min.depth |
Optional. A threshold depth under which the data will be censored (possibly a positive Integer) |
min.sample.qual |
Optional. A threshold ratio under which the samples with too much missing data will be removed (from 0 to 1) |
min.variant.qual |
Optional. A threshold ratio under which the variants with too much missing data will be removed (from 0 to 1) |
include.depth |
If TRUE, will return a list of matrix including the
genotype as |
verbose |
Logical. If TRUE (default), report status of the process along the execution |
A genotype matrix from the vcfR object.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.