bed2vcf: convert bed to vcf

Description Usage Arguments Author(s) Examples

Description

convert bed to vcf

Usage

1
bed2vcf(x, filename = NULL, zero.based = TRUE, header = NULL, fasta = NULL)

Arguments

x

the input bed object

filename

a filename to write to.

zero.based

is the file zero based i.e. bed format. defaults to true.

header

a list of things to put in the header. repeated elements such as INFO, FILTER, FORMAT can be put in data.frames.

fasta

build of the genome in fasta format

Author(s)

Daryl Waggott

Examples

1
2
3
4
## Not run: 
  bed2vcf(x)
  
## End(Not run)

bedr documentation built on May 2, 2019, 11:36 a.m.

Related to bed2vcf in bedr...