Browse code

added 'library(gmapR)' to vignette section to function GmapGenome is found

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@69290 bc3139a8-67e5-0310-9ffc-ced21a209358

Cory Barr authored on 10/09/2012 22:35:25
Showing 1 changed files

... ...
@@ -176,6 +176,7 @@ instantaneous.)
176 176
 
177 177
 <<get_TP53_seq>>=
178 178
 library("BSgenome.Hsapiens.UCSC.hg19")
179
+library("gmapR")
179 180
 p53Seq <- getSeq(BSgenome.Hsapiens.UCSC.hg19::Hsapiens, roi,
180 181
                  as.character = FALSE) 
181 182
 names(p53Seq) <- "TP53"