Learn R Programming

WhopGenome (version 0.9.4)

vcf_valid: Returns whether a VCF file handle is valid and usable.

Description

Returns whether a VCF file handle is valid and usable.

Usage

vcf_valid(vcffh)

Arguments

vcffh
VCF handle

Value

TRUE or FALSE

Examples

Run this code
	vcffile <- vcf_open( system.file( "extdata", "ex.vcf.gz" , package="WhopGenome") )
	vcf_valid( vcffile )

Run the code above in your browser using DataLab