b22faf0d | test_snps <- function() { ## FIXME: rewrite this test to use the output of bam_tally, once we ## can convert those results to a VCF. library(gmapR) |
1a08f356 | genome <- GmapGenome("hg19_IGIS21", create = TRUE, k = 12) |
b22faf0d | dir <- GmapSnpDirectory(genome) gr <- as(seqinfo(genome), "GenomicRanges") gr <- GRanges("3", IRanges(3e6,4e6)) options(error=recover) snps(dir, genome = genome, which = gr) <- "~/share/tracks/00-All.vcf.gz" snps(genome, which = gr, name = "snps2") <- "~/share/tracks/00-All.vcf.gz" } |