vcf_getfieldnames: Return a vector with the field names used in the VCF file.

Description Usage Arguments Details Value Author(s) Examples

View source: R/misc.R

Description

Return a vector with the field names used in the VCF file.

Usage

1

Arguments

vcff

VCF file handle

Details

Use .Call("VCF_getFieldNames", vcff ) to eliminate the overhead of using the R wrapper function.

Value

A vector of strings representing the field names present in the VCF file.

Author(s)

Ulrich Wittelsbuerger

Examples

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

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