Hi all.
I am struggling to get a .vcf file from an Illumina SNPChip results (.bsc file). I opened the .bsc file using GenomeStudio software and exported results in PLINK format, using Plink plugin...
Like this, I've got .ped and .map files (but not .bed, .bim or .fam files). Now I am trying to use PLINK/SEQ to reach the vcf file I need, but with no success.
Could someone help me with this problem... I've already tried so many things.
Thanks in advance!
Hi Kevin!
Thank you! Actually, a did quite the opposite. I first generate.bed, .bim and .fam:
and then, from .bed to .vcf
It looks it worked. .vcf file is not empty, however, when I try to open it using IGV, it doesn't open.
Now I need to figure out next step.
Thanks
What is the error that IGV gives?
It does not open the file... but I could open the same .vcf on Tassel.
Your VCF must be failing the validation for VCF format specification that IGV performs. If you try to bgzip and then tab-index the VCF, are any errors returned? Can you paste the VCF header and a few variants?
Hi Kevin Blighe, I have the same problem here, I've extracted the final GeniomeStudio report in a .txt format, now I need to convert it to .vcf to be able to use plink further. no luck just by mv .txt to .vcf getting the error of no header when I tried to convert to plink files. Can you please advise me on this? Best, Sami
Hey Sami, can you look inside the file at its contents? How do they appear the first few lines?
The head looks like this:
Hmm, that is not the VCF format. Is there a VCF export option in GenomeStudio? If I remember correctly, there should be a specific option for it.
Hi Kevin, I was able to find the PLINK format extraction. Thanks for your help.
Best, Sami