vcf_intersect_bed: Intersect vcf with bed file

Description Usage Arguments

View source: R/util.R

Description

Generate a set of variants covered by the regions found in/out the bed file

Usage

1
vcf_intersect_bed(vcf = "", bed = "", output_name = "", output_dir = "")

Arguments

vcf

REQUIRED Path to VCF file

bed

REQUIRED Path to BED file

output_name

OPTIONAL Name for output_files. IF not given it will use input vcf name

output_dir

OPTIONAL Path to output directory. if not given outputs to current directory.


TearsWillFall/variantCall documentation built on Oct. 15, 2021, 8:51 p.m.