Learn R Programming

D3GB (version 1.1)

genome_addVCF: Add VCF tracks to

Description

genome_addVCF add VCF tracks to genomebrowser.

Usage

genome_addVCF(gb, vcffile, trackname = NULL, show = NULL)

Arguments

gb
a genome browser object produced by the function genomebrowser.
vcffile
a "character" string representing the input VCF file to be represented in the genome browser.
trackname
a "character" string giving a name for the track.
show
a "character" vector giving the info features to display.

Value

The function add a VCF track to genomebrowser.