Description Usage Arguments Details Value Author(s) See Also Examples
Return the contig/chromosome identifiers used in the VCF file
1 | vcf_getcontignames(vcff)
|
vcff |
VCF file handle |
vcf_setregion for example requires one of these identifiers to be able to successfully select a region for extraction. Use .Call("VCF_getContigNames", vcff ) to eliminate the overhead of using the R wrapper function.
Vector with contig and/or chromosome identifiers.
Ulrich Wittelsbuerger
vcf_setregion
1 2 3 | vcffile <- vcf_open( system.file( "extdata", "ex.vcf.gz" , package="WhopGenome") )
vcf_getcontignames( vcffile )
# [1] "Y"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.