genome_addVCF {D3GB} | R 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 |
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/
[Package D3GB version 2.0 Index]