I do have a Chr22.vcf.tbi tabix index in the same folder.
R, PopGenome Package. Cannot open file
I downloaded the Chromosome in vcf format along with the tbi file from 1000 Genomes ftp server. I installed the packaged "PopGenome". However, I cannot open the files. I type this command and get an error message. Am I missing something?
readVCF("C:/Users/Davide/Documents/chr22/Chr22.vcf", 1000,"22",1,100000)
open: No such file or directory
Caught exception inside whop_tabix::open('C:/Users/Davide/Documents/chr22/Chr22.vcf.gz"):
'whop_tabix::open : Failed to open tabix index file'
return FALSE from whoptabix_open
vcff::open : could not open tabix-index!
VCF_open : Could not open file 'C:/Users/Davide/Documents/chr22/Chr22.vcf' as tabix-indexed!
[1] FALSE
• 6,126 views
•
link
1 answer
You should have a Chr22.vcf.tbi tabix index in the same folder as the VCF file. If that doesn't exist, you can always create one as shown here: http://samtools.sourceforge.net/tabix.shtml
• 0 views
•
link
• 0 views
•
link
Log in to answer this question.
I have both files in the same folder and I downloaded from here: ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20130502/
Did you try this:
GENOME.class=readVCF()instead of justreadVCF()?By the way, the
example.VCFfile didn't have a tabix-index file with it, why it can load in successfully?Hi ALL, see also http://popgenome.weebly.com/
THX, all the best.
Bastian