Description Usage Arguments Value Author(s) Examples
Returns whether a VCF file handle is valid and usable.
1 | vcf_valid(vcffh)
|
vcffh |
VCF handle |
TRUE or FALSE
Ulrich Wittelsbuerger
1 2 | vcffile <- vcf_open( system.file( "extdata", "ex.vcf.gz" , package="WhopGenome") )
vcf_valid( vcffile )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.