Browse code

Import lattice and several lattice methods. Export ABpanel function

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

Rob Scharp authored on 01/10/2011 04:47:29
Showing 2 changed files

... ...
@@ -20,7 +20,8 @@ Imports: affyio (>= 1.19.2),
20 20
          splines,
21 21
          stats,
22 22
          SNPchip,
23
-         utils
23
+         utils,
24
+	 lattice
24 25
 Suggests: hapmapsnp6,
25 26
           genomewidesnp6Crlmm (>= 1.0.4),
26 27
           snpMatrix,
... ...
@@ -34,6 +34,8 @@ importFrom(oligoClasses, chromosome2integer, celfileDate, list.celfiles,
34 34
 
35 35
 importFrom(graphics, abline, axis, layout, legend, mtext, par, plot,
36 36
            polygon, rect, segments, text, points, boxplot, lines)
37
+importFrom(lattice, xyplot, simpleKey, panel.grid, panel.xyplot, lrect, ltext,
38
+	   lpoints, panel.number, lpolygon)
37 39
 
38 40
 importFrom(grDevices, grey)
39 41
 importFrom(affyio, read.celfile.header, read.celfile)
... ...
@@ -59,7 +61,6 @@ importClassesFrom(oligoClasses, ff_matrix, ffdf)
59 61
 ##---------------------------------------------------------------------------
60 62
 ##import(panel.number, panel.grid, panel.xyplot, lpoints, lsegments, lrect, ltext)
61 63
 
62
-
63 64
 exportMethods(lines)
64 65
 exportMethods(CA, CB)
65 66
 export(crlmm,
... ...
@@ -74,6 +75,6 @@ export(crlmm,
74 75
        genotype2, genotypeLD,
75 76
        genotype.Illumina,
76 77
        crlmmCopynumber2, crlmmCopynumberLD, crlmmCopynumber)
77
-export(genotypes, totalCopynumber, rawCopynumber)
78
-exportMethods(A, B, calculatePosteriorMean, corr, nuA, nuB, phiA, phiB, predictionRegion, posteriorProbability, tau2, Ns, medians, mads)
79
-export(constructInf, preprocessInf, genotypeInf)
78
+export(genotypes, totalCopynumber, rawCopynumber, xyplot)
79
+exportMethods(A, B, calculatePosteriorMean, corr, nuA, nuB, phiA, phiB, predictionRegion, posteriorProbability, tau2, Ns, medians, mads, xyplot)
80
+export(ABpanel, constructInf, preprocessInf, genotypeInf)