I'm running R version 3.6.1.
I installed SeqArray through bioconductor.
When I try to use seqVCF2GDS, I get the error message that the function could not be found.
vcffile <- system.file("Samples.vcf.gz")
gdsfile <- tempfile()
seqVCF2GDS(vcffile, gdsfile)
Error in seqVCF2GDS(vcffile, gdsfile) :
could not find function "seqVCF2GDS"
I'm running R version 3.6.1. I installed SeqArray through bioconductor. When I try to use
seqVCF2GDS
, I get the error message that the function could not be found.vcffile <- system.file("Samples.vcf.gz")
gdsfile <- tempfile()
seqVCF2GDS(vcffile, gdsfile)