Entering edit mode
5.3 years ago
kamanovae
▴
100
Hello, I have a file for each chromosome that represents the following format:
CHROM POS ID REF ALT QUAL FILTER INFO FORMAT Sample1 Sample2 Sample3
10 62010 10:62010 C T 999 PASS SING;AA=NN;AN=CC;AD=CC GT 0|0 0|0 0|0
10 110548 10:110548 T C 999 PASS SING;AA=T;AN=TT;AD=TT GT 0|0 0|0 0|0
10 110848 10:110848 T C 999 PASS SING;AA=T;AN=TT;AD=TT GT 1|1 1|1 1|1
How can I combine all the files and convert this format to standard vcf file?
Thank you so much for your help!
Thanks for the answer! I painted my question poorly. I need to create a file for each sample. It is necessary to get information about specific SNPs for a sample from each file of a certain chromosome and write it in a separate VCF file. I hope that there are ready-made programs for this
Splitting vcf files to individual samples