sampsInVCF {GGtools} | R Documentation |
enumerate samples available in a VCF file
sampsInVCF(tf)
tf |
instance of |
vector of available sample identifiers
This package exports TabixFile
for the sake of the example below.
tf = TabixFile(system.file("vcf/CEU.exon.2010_09.genotypes.vcf.gz", package="GGtools")) sampsInVCF(tf)