vcf_valid {WhopGenome}R Documentation

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

Author(s)

Ulrich Wittelsbuerger

Examples

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

[Package WhopGenome version 0.9.7 Index]