git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/tRanslatome@100520 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -6,10 +6,12 @@ import(RankProd) |
6 | 6 |
import(anota) |
7 | 7 |
import(edgeR) |
8 | 8 |
import(gplots) |
9 |
-import(limma) |
|
9 |
+importFrom(limma, makeContrasts) |
|
10 |
+importFrom(limma, contrasts.fit) |
|
11 |
+importFrom(limma, eBayes) |
|
10 | 12 |
import(methods) |
11 | 13 |
import(org.Hs.eg.db) |
12 |
-import(plotrix) |
|
14 |
+importFrom(plotrix, radial.plot) |
|
13 | 15 |
import(samr) |
14 | 16 |
import(sigPathway) |
15 | 17 |
import(topGO) |