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

Description Usage Arguments Value Author(s) Examples

View source: R/file.R

Description

Returns whether a VCF file handle is valid and usable.

Usage

1
vcf_valid(vcffh)

Arguments

vcffh

VCF handle

Value

TRUE or FALSE

Author(s)

Ulrich Wittelsbuerger

Examples

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

WhopGenome documentation built on May 1, 2019, 10:12 p.m.