### R code from vignette source 'RareVariantsVis.Rnw' ################################################### ### code chunk number 1: mychunk1 ################################################### library(RareVariantVis) library(AshkenazimSonChr21) head(SonVariantsChr21) ################################################### ### code chunk number 2: mychunk3 ################################################### chromosomeVis(file = SonVariantsChr21, sample = "Son", chromosome = 21, centromeres = CentromeresHg19, pngWidth = 1600, pngHeight = 1200, plot = FALSE) ################################################### ### code chunk number 3: mychunk4 ################################################### chromosomeVis(file = SonVariantsChr21, sample = "Son", chromosome = 21, centromeres = CentromeresHg19, plot = TRUE) ################################################### ### code chunk number 4: mychunk5 ################################################### head(SonRareVariantsChr21) ################################################### ### code chunk number 5: mychunk6 ################################################### rareVariantVis(file = SonRareVariantsChr21, sample = "Son", chromosome = 21, centromeres = CentromeresHg19) ################################################### ### code chunk number 6: mychunk7 ################################################### trioVis(fileMother = MotherRareVariantsChr21, fileIndex = SonRareVariantsChr21, fileFather = FatherRareVariantsChr21, sampleMother = "Mother", sampleIndex = "Son", sampleFather = "Father", chromosome = 21, centromeres = CentromeresHg19)