Browse code

remove jackstraw dependence

Andrew Bass authored on 10/09/2022 22:18:17
Showing 1 changed files
... ...
@@ -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)
Browse code

fixed error message (jackstraw was updated)

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

Andrew Bass authored on 06/01/2016 18:41:38
Showing 1 changed files
... ...
@@ -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)
Browse code

Update to edge 2.1.1.

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

John D Storey authored on 13/10/2015 01:16:14
Showing 1 changed files
... ...
@@ -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)
Browse code

add packages to the repository

edge/ pwOmics/ EMDomics/



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

Sonali Arora authored on 14/04/2015 17:06:48
Showing 1 changed files
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)