Skip to content

Commit 68cede9

Browse files
committed
Work on vignette to be consistent with submitted paper
1 parent fc68fd1 commit 68cede9

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

inst/doc/oligoMask.Rnw

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ save(sun.gene.fs, file="SunGeneFS.RData")
5555
@
5656

5757
<<eval=FALSE, echo=FALSE>>=
58+
####How oligoMaskData was built###
5859
##adapted from Biobase::makeDataPackage
5960
##don't really need to use this over and over again so won't make a derived method
6061
##for now...
@@ -192,16 +193,19 @@ summary(sun.exprs.unmask.res)
192193

193194
We can then compare the two results using a venn diagram.
194195

195-
<<>>=
196+
\begin{center}
197+
198+
<<fig=TRUE, echo=TRUE>>=
196199
197200
comb.mat <- cbind(sun.exprs.unmask.res[,"strainNOD", drop=FALSE], Masked=0)
198201
comb.mat[rownames(sun.exprs.mask.res),"Masked"] <- sun.exprs.mask.res[,"strainNOD"]
199202
colnames(comb.mat)[1] <- "UnMasked"
200-
203+
201204
vennDiagram(vennCounts(comb.mat))
202205
203206
@
204207

208+
\end{center}
205209

206210
We next can explore further into why there are differences between the metaprobesets. First we determine which metaprobesets were lost from the masking procedure. That is, in this case, which ones had all probes impacted by a variant. Of those
207211
we can then determine which of those were significant in the original (unmasked) tests.

0 commit comments

Comments
 (0)