Browse code

An underscore character was not escaped in the gmapR vignette, fixed

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

Cory Barr authored on 10/09/2012 22:42:20
Showing 1 changed files

... ...
@@ -169,7 +169,7 @@ roi <- range(tx) + 1e6
169 169
 @ 
170 170
 
171 171
 Next we get the genetic sequence and use it to create a GmapGenome
172
-object. (Please note that the TP53_demo GmapGenome object is used by
172
+object. (Please note that the TP53\_demo GmapGenome object is used by
173 173
 many examples and tests in the gmapR and VariationTools packages. If
174 174
 the object has been created before, its subsequent creation will be
175 175
 instantaneous.)
... ...
@@ -273,7 +273,7 @@ genome <- TP53Genome()
273 273
 
274 274
 The \software{LungCancerLines} R package contains a BAM file of reads
275 275
 aligned to the TP53 region of the human genome. We'll use this file to
276
-demonstrate the use of \software{bam_tally} through the
276
+demonstrate the use of \software{bam\_tally} through the
277 277
 \software{gmapR} package. The resulting data structure will contain
278 278
 the needed information such as number of alternative alleles, quality
279 279
 scores, and nucleotide cycle for each allele.