This is a test version of Biostars. For the public version, visit https://www.biostars.org.
bed to vcf format conversion

Hi Guys,new to biostarts and new to bioinformatics. I am trying to convert my output obtained from liftover of hg38 to hg19 which is in .bed format to .vcf format. I am finding no help on google.

.bed ---> .vcf

Thanks in advance

bed vcf

2 answers

Input the BED file into the Variant Effect Predictor, and get the output as VCF.

use plink version 1.9 or above and run the following command: plink --bfile my_file_prefix --recode vcf --out my_output_file_prefix

Log in to answer this question.