vcf_valid {WhopGenome} | R Documentation |
Returns whether a VCF file handle is valid and usable.
vcf_valid(vcffh)
vcffh |
VCF handle |
TRUE or FALSE
Ulrich Wittelsbuerger
vcffile <- vcf_open( system.file( "extdata", "ex.vcf.gz" , package="WhopGenome") ) vcf_valid( vcffile )