Description Usage Arguments Details Value Author(s) See Also Examples
Read a line of data from the given VCF file and return the fields as vector elements
1 2 | vcf_readLineVec(vcffh)
vcf_readLineVecFiltered(vcffh)
|
vcffh |
VCF file handle |
The latter version applies filtering set up with vcf_addfilter. Use .Call("VCF_readLineTSV", vcffh ) or .Call("VCF_readLineTSVFiltered", vcffh ) respectively to eliminate the overhead of using the R wrapper function.
A vector where each element is a field from a line of data in the VCF
Ulrich Wittelsbuerger
vcf_addfilter,vcf_describefilters
1 2 | vcffile <- vcf_open( system.file( "extdata", "ex.vcf.gz" , package="WhopGenome") )
vcf_readLineVec( vcffile )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.