genome_addVCF: Add VCF tracks to 'genomebrowser'.

View source: R/genomebrowser.R

genome_addVCFR Documentation

Add VCF tracks to genomebrowser.

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

No return value, called for side effects

Author(s)

David Barrios and Carlos Prieto. Bioinformatics, University of Salamanca. See http://d3gb.usal.es/


D3GB documentation built on June 22, 2024, 9:35 a.m.

Related to genome_addVCF in D3GB...