powered by
vcf2bed(x, filename = NULL, other = NULL, verbose = TRUE)
clinVar.vcf.example <- system.file("extdata/clinvar_dbSNP138_example.vcf.gz", package = "bedr") x <- read.vcf(clinVar.vcf.example) x.bed <- vcf2bed(x)
Run the code above in your browser using DataLab