git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/branches/RELEASE_2_6/madman/Rpacks/crlmm@49108 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -157,12 +157,12 @@ Documentation for these helper functions will be available in the |
157 | 157 |
devel version of this package. |
158 | 158 |
|
159 | 159 |
<<constructContainer, eval=FALSE>>= |
160 |
-path <- system.file("scripts", package="crlmm") |
|
161 |
-source(file.path(path, "helperFunctions.R")) |
|
162 |
-fD <- constructFeatureData(c(res$gns, cnAB$gns), cdfName="human370v1c") |
|
160 |
+##path <- system.file("scripts", package="crlmm") |
|
161 |
+##source(file.path(path, "helperFunctions.R")) |
|
162 |
+fD <- crlmm:::constructFeatureData(c(res$gns, cnAB$gns), cdfName="human370v1c") |
|
163 | 163 |
new.order <- order(fD$chromosome, fD$position) |
164 | 164 |
fD <- fD[new.order, ] |
165 |
-aD <- constructAssayData(cnAB, res, crlmmResult, order.index=new.order) |
|
165 |
+aD <- crlmm:::constructAssayData(cnAB, res, crlmmResult, order.index=new.order) |
|
166 | 166 |
protocolData(crlmmResult)$batch <- vector("integer", ncol(crlmmResult)) |
167 | 167 |
container <- new("CNSetLM", |
168 | 168 |
assayData=aD, |
... | ... |
@@ -174,12 +174,12 @@ container <- new("CNSetLM", |
174 | 174 |
|
175 | 175 |
<<container2,echo=FALSE>>= |
176 | 176 |
if(!file.exists(file.path(outdir, "cnSet"))){ |
177 |
- path <- system.file("scripts", package="crlmm") |
|
178 |
- source(file.path(path, "helperFunctions.R")) |
|
179 |
- fD <- constructFeatureData(c(res$gns, cnAB$gns), cdfName="human370v1c") |
|
177 |
+ ##path <- system.file("scripts", package="crlmm") |
|
178 |
+ ##source(file.path(path, "helperFunctions.R")) |
|
179 |
+ fD <- crlmm:::constructFeatureData(c(res$gns, cnAB$gns), cdfName="human370v1c") |
|
180 | 180 |
new.order <- order(fD$chromosome, fD$position) |
181 | 181 |
fD <- fD[new.order, ] |
182 |
- aD <- constructAssayData(cnAB, res, crlmmResult, order.index=new.order) |
|
182 |
+ aD <- crlmm:::constructAssayData(cnAB, res, crlmmResult, order.index=new.order) |
|
183 | 183 |
protocolData(crlmmResult)$batch <- vector("integer", ncol(crlmmResult)) |
184 | 184 |
container <- new("CNSetLM", |
185 | 185 |
assayData=aD, |