Description Usage Arguments Details Value Author(s) Examples
Open the specified VCF file and return a filehandle for subsequent access.
1 | vcf_open(filename)
|
filename |
A filename of a tabix-indexed and gzip-compressed VCF file |
Use .Call("VCF_open", filename ) to eliminate the overhead of using the R wrapper function.
A VCF file handle, used in most VCF functions
Ulrich Wittelsbuerger
1 | vcffile <- vcf_open( system.file( "extdata", "ex.vcf.gz" , package="WhopGenome") )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.