git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@100882 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MineICA@73179 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,56 @@ |
1 |
+import(Biobase) |
|
2 |
+ |
|
3 |
+ |
|
4 |
+exportClasses( |
|
5 |
+ IcaSet, MineICAParams |
|
6 |
+) |
|
7 |
+ |
|
8 |
+exportMethods( |
|
9 |
+ dat, "dat<-", datByGene, "datByGene<-", nbComp, organism, "organism<-", A, Alist, "A<-", S, "S<-", SByGene, "SByGene<-", SByGene, "SByGene<-", |
|
10 |
+ "[", "[<-", getComp, indComp, "indComp<-", compNames, "compNames<-", "witGenes<-", witGenes, Slist, SlistByGene, |
|
11 |
+ chipVersion, "chipVersion<-", "chipManu<-", chipManu, "refSamples<-", refSamples, "typeID<-", typeID, |
|
12 |
+annotfile, "annotfile<-", Afile, "Afile<-", Sfile, "Sfile<-", datfile, "datfile<-", resPath, "resPath<-", genesPath, "genesPath<-", annot2col, "annot2col<-", selCutoff, "selCutoff<-", pvalCutoff, "pvalCutoff<-", geneNames, mart, "mart<-" |
|
13 |
+ |
|
14 |
+) |
|
15 |
+ |
|
16 |
+export(annot2Color) |
|
17 |
+export(annotFeatures) |
|
18 |
+export(annotFeaturesComp) |
|
19 |
+export(annotFeaturesWithBiomaRt) |
|
20 |
+export(annotInGene) |
|
21 |
+export(annotReciprocal) |
|
22 |
+export(buildIcaSet) |
|
23 |
+export(buildMineICAParams) |
|
24 |
+export(clusterFastICARuns) |
|
25 |
+export(clusterSamplesByComp) |
|
26 |
+export(clusterSamplesByComp_multiple) |
|
27 |
+export(clusVarAnalysis) |
|
28 |
+export(compareAn) |
|
29 |
+export(compareAn2graphfile) |
|
30 |
+export(compareGenes) |
|
31 |
+export(cor2An) |
|
32 |
+export(getProj) |
|
33 |
+export(getSdExpr) |
|
34 |
+export(hypergeoAn) |
|
35 |
+export(nbOccInComp) |
|
36 |
+export(nodeAttrs) |
|
37 |
+export(plotAllMix) |
|
38 |
+export(plotCorGraph) |
|
39 |
+export(plot_heatmapsOnSel) |
|
40 |
+export(plotMix) |
|
41 |
+export(plotPosAnnotInComp) |
|
42 |
+export(plotPosSamplesInComp) |
|
43 |
+export(qualVarAnalysis) |
|
44 |
+export(quantVarAnalysis) |
|
45 |
+export(relativePath) |
|
46 |
+export(runAn) |
|
47 |
+export(runCompareIcaSets) |
|
48 |
+export(runEnrich) |
|
49 |
+export(runICA) |
|
50 |
+export(selectContrib) |
|
51 |
+export(selectFeatures_IQR) |
|
52 |
+export(selectWitnessGenes) |
|
53 |
+export(writeGenes) |
|
54 |
+export(writeHtmlResTestsByAnnot) |
|
55 |
+export(writeProjByComp) |
|
56 |
+export(writeRnkFiles) |