readVCF | R Documentation |
Function to import raw single and multi-sample VCF files.
The function required the R-package data.table
for faster importing.
readVCF(vcf.file.path, verbose = FALSE)
vcf.file.path |
path to the vcf file |
verbose |
logical. show progress |
Returns a list with vcf table in a data frame, excluding meta data.
Piyal Karunarathne
## Not run: vcf.file.path <- paste0(path.package("rCNV"), "/example.raw.vcf.gz")
vcf <- readVCF(vcf.file.path)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.