Description Usage Arguments Value
Load a VCF file into R
1 |
vcfFile |
The filename (with necessary path) of the VCF file you want to read into R. |
readDepth |
A Boolean argument indicating whether or not
to calculate the mean read depth for each individual
from the specified VCF file. Default is |
outPath |
The file path prepended to all output objects. |
A genotype matrix of 0s, 1s, and 2s denoting
the number of the counted allele in each individual
at each locus. Missing data are indicated with NA
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.