git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@48956 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -761,16 +761,13 @@ crlmmCopynumberLD <- function(object, |
761 | 761 |
neededPkgs="crlmm") |
762 | 762 |
return(object) |
763 | 763 |
} |
764 |
-crlmmCopynumber <- crlmmCopynumber2 <- crlmmCopynumberLD |
|
764 |
+yycrlmmCopynumber2 <- crlmmCopynumberLD |
|
765 | 765 |
|
766 | 766 |
fit.lm1 <- function(idxBatch, |
767 | 767 |
snpBatches, |
768 |
-## autosomeIndex, |
|
769 | 768 |
marker.index, |
770 | 769 |
object, |
771 | 770 |
Ns, |
772 |
-## normal, |
|
773 |
-## snpflags, |
|
774 | 771 |
batchSize, |
775 | 772 |
SNRMin, |
776 | 773 |
MIN.SAMPLES, |
... | ... |
@@ -977,8 +974,6 @@ fit.lm2 <- function(idxBatch, |
977 | 974 |
marker.index, |
978 | 975 |
object, |
979 | 976 |
Ns, |
980 |
-## normal, |
|
981 |
-## snpflags, |
|
982 | 977 |
batchSize, |
983 | 978 |
SNRMin, |
984 | 979 |
MIN.SAMPLES, |
... | ... |
@@ -1088,8 +1083,6 @@ fit.lm3 <- function(idxBatch, |
1088 | 1083 |
marker.index, |
1089 | 1084 |
object, |
1090 | 1085 |
Ns, |
1091 |
-## normal, |
|
1092 |
-## snpflags, |
|
1093 | 1086 |
batchSize, |
1094 | 1087 |
SNRMin, |
1095 | 1088 |
MIN.SAMPLES, |
... | ... |
@@ -1327,8 +1320,6 @@ fit.lm4 <- function(idxBatch, |
1327 | 1320 |
marker.index, |
1328 | 1321 |
object, |
1329 | 1322 |
Ns, |
1330 |
-## normal, |
|
1331 |
-## snpflags, |
|
1332 | 1323 |
batchSize, |
1333 | 1324 |
SNRMin, |
1334 | 1325 |
MIN.SAMPLES, |
... | ... |
@@ -2774,9 +2765,9 @@ ellipseCenters <- function(object, index, allele, batch, log.it=TRUE){ |
2774 | 2765 |
} |
2775 | 2766 |
|
2776 | 2767 |
|
2777 |
-computeCN <- function(object, |
|
2778 |
- filenames, |
|
2779 |
- which.batches, |
|
2768 |
+crlmmCopynumber <- function(object, |
|
2769 |
+ filenames, |
|
2770 |
+ which.batches, |
|
2780 | 2771 |
MIN.SAMPLES=10, |
2781 | 2772 |
SNRMin=5, |
2782 | 2773 |
MIN.OBS=1, |