git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@58636 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -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) |