... | ... |
@@ -1,11 +1,11 @@ |
1 | 1 |
exportPattern("^[[:alpha:]]+") |
2 |
-export(fmerg) |
|
2 |
+export(fmerge) |
|
3 | 3 |
export(chrp) |
4 | 4 |
export(mktable) |
5 | 5 |
export(path) |
6 | 6 |
export(pathdiagram) |
7 | 7 |
export(pathdiagram2) |
8 |
-export(snpposit) |
|
8 |
+export(snpPositAnnot) |
|
9 | 9 |
export(ucscannot) |
10 | 10 |
import(graphics) |
11 | 11 |
import(utils) |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/GMRP@115200 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,17 @@ |
1 |
+exportPattern("^[[:alpha:]]+") |
|
2 |
+export(fmerg) |
|
3 |
+export(chrp) |
|
4 |
+export(mktable) |
|
5 |
+export(path) |
|
6 |
+export(pathdiagram) |
|
7 |
+export(pathdiagram2) |
|
8 |
+export(snpposit) |
|
9 |
+export(ucscannot) |
|
10 |
+import(graphics) |
|
11 |
+import(utils) |
|
12 |
+import(diagram) |
|
13 |
+import(plotrix) |
|
14 |
+#import(data.table) |
|
15 |
+import(grDevices) |
|
16 |
+import(stats) |
|
17 |
+import(GenomicRanges) |