Description Usage Arguments Details Value Author(s) See Also Examples
Closes the VCF file described by the given handle and prevents subsequent use.
1 | vcf_close(vcf_filehandle)
|
vcf_filehandle |
A VCF filehandle returned by vcf_open |
Use .Call("VCF_close", vcf_filehandle ) to eliminate the overhead of using the R wrapper function.
None
Ulrich Wittelsbuerger
vcf_open
1 2 3 4 5 6 7 8 9 10 11 | ##
## Example:
##
vcffile <- system.file( "extdata" , "ex.vcf.gz" , package="WhopGenome" )
vcffile
vcffh <- vcf_open( vcffile )
vcffh
##
##
vcf_close( vcffh )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.