## example data
library(AshkenazimSonChr21)
## example of data frame input
chromosomeVis(SonVariantsChr21, "1", 21, CentromeresHg19, 1600, 1200)
## example of vcf file input
fl <- system.file("extdata", "SonVariantsChr21.vcf.gz", package="AshkenazimSonChr21")
chromosomeVis(fl, "1", 21, CentromeresHg19, 1600, 1200, vcf = TRUE)
Run the code above in your browser using DataLab