Description Usage Arguments Details Value Author(s) Examples
Get the number of different contigs/chromosomes stored in the file
1 | vcf_getnumcontigs(vcff)
|
vcff |
VCF file handle |
Use .Call("VCF_getNumContig", vcff ) to eliminate the overhead of using the R wrapper function.
The number of different contigs/chromosomes stored in the file.
Ulrich Wittelsbuerger
1 2 3 | vcffile <- vcf_open( system.file( "extdata", "ex.vcf.gz" , package="WhopGenome") )
vcf_getnumcontigs( vcffile )
# [1] 1
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.