... | ... |
@@ -6,7 +6,6 @@ export("individual<-") |
6 | 6 |
export("nullMatrix<-") |
7 | 7 |
export("nullModel<-") |
8 | 8 |
export("qvalueObj<-") |
9 |
-export(apply_jackstraw) |
|
10 | 9 |
export(apply_qvalue) |
11 | 10 |
export(apply_snm) |
12 | 11 |
export(apply_sva) |
... | ... |
@@ -35,7 +34,6 @@ exportMethods(nullModel) |
35 | 34 |
exportMethods(sType) |
36 | 35 |
import(Biobase) |
37 | 36 |
import(MASS) |
38 |
-import(jackstraw) |
|
39 | 37 |
import(methods) |
40 | 38 |
import(qvalue) |
41 | 39 |
import(snm) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/edge@112239 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,4 +1,4 @@ |
1 |
-# Generated by roxygen2 (4.1.1): do not edit by hand |
|
1 |
+# Generated by roxygen2: do not edit by hand |
|
2 | 2 |
|
3 | 3 |
export("fullMatrix<-") |
4 | 4 |
export("fullModel<-") |
... | ... |
@@ -35,11 +35,11 @@ exportMethods(nullModel) |
35 | 35 |
exportMethods(sType) |
36 | 36 |
import(Biobase) |
37 | 37 |
import(MASS) |
38 |
+import(jackstraw) |
|
38 | 39 |
import(methods) |
39 | 40 |
import(qvalue) |
40 | 41 |
import(snm) |
41 | 42 |
import(splines) |
42 | 43 |
import(sva) |
43 |
-import(jackstraw) |
|
44 | 44 |
useDynLib(edge,kldistance) |
45 | 45 |
useDynLib(edge,odpScoreCluster) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/edge@109554 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,4 +1,4 @@ |
1 |
-# Generated by roxygen2 (4.1.0): do not edit by hand |
|
1 |
+# Generated by roxygen2 (4.1.1): do not edit by hand |
|
2 | 2 |
|
3 | 3 |
export("fullMatrix<-") |
4 | 4 |
export("fullModel<-") |
... | ... |
@@ -6,6 +6,7 @@ export("individual<-") |
6 | 6 |
export("nullMatrix<-") |
7 | 7 |
export("nullModel<-") |
8 | 8 |
export("qvalueObj<-") |
9 |
+export(apply_jackstraw) |
|
9 | 10 |
export(apply_qvalue) |
10 | 11 |
export(apply_snm) |
11 | 12 |
export(apply_sva) |
... | ... |
@@ -39,5 +40,6 @@ import(qvalue) |
39 | 40 |
import(snm) |
40 | 41 |
import(splines) |
41 | 42 |
import(sva) |
43 |
+import(jackstraw) |
|
42 | 44 |
useDynLib(edge,kldistance) |
43 | 45 |
useDynLib(edge,odpScoreCluster) |
edge/ pwOmics/ EMDomics/
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/edge@102444 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,43 @@ |
1 |
+# Generated by roxygen2 (4.1.0): do not edit by hand |
|
2 |
+ |
|
3 |
+export("fullMatrix<-") |
|
4 |
+export("fullModel<-") |
|
5 |
+export("individual<-") |
|
6 |
+export("nullMatrix<-") |
|
7 |
+export("nullModel<-") |
|
8 |
+export("qvalueObj<-") |
|
9 |
+export(apply_qvalue) |
|
10 |
+export(apply_snm) |
|
11 |
+export(apply_sva) |
|
12 |
+export(betaCoef) |
|
13 |
+export(build_models) |
|
14 |
+export(build_study) |
|
15 |
+export(deSet) |
|
16 |
+export(fitFull) |
|
17 |
+export(fitNull) |
|
18 |
+export(fullMatrix) |
|
19 |
+export(fullModel) |
|
20 |
+export(individual) |
|
21 |
+export(lrt) |
|
22 |
+export(nullMatrix) |
|
23 |
+export(odp) |
|
24 |
+export(qvalueObj) |
|
25 |
+export(resFull) |
|
26 |
+export(resNull) |
|
27 |
+export(show) |
|
28 |
+export(summary) |
|
29 |
+exportClasses(deFit) |
|
30 |
+exportClasses(deSet) |
|
31 |
+exportMethods(fit_models) |
|
32 |
+exportMethods(kl_clust) |
|
33 |
+exportMethods(nullModel) |
|
34 |
+exportMethods(sType) |
|
35 |
+import(Biobase) |
|
36 |
+import(MASS) |
|
37 |
+import(methods) |
|
38 |
+import(qvalue) |
|
39 |
+import(snm) |
|
40 |
+import(splines) |
|
41 |
+import(sva) |
|
42 |
+useDynLib(edge,kldistance) |
|
43 |
+useDynLib(edge,odpScoreCluster) |