Browse code

1.13.2

addGOAncestor is not used.


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

Ge Tan authored on 12/07/2017 12:57:21
Showing 2 changed files

... ...
@@ -1,6 +1,6 @@
1 1
 Package: CNEr 
2
-Version: 1.13.1
3
-Date: 2017-07-03
2
+Version: 1.13.2
3
+Date: 2017-07-12
4 4
 Title: CNE Detection and Visualization
5 5
 Description: Large-scale identification and advanced visualization 
6 6
              of sets of conserved noncoding elements.
7 7
deleted file mode 100644
... ...
@@ -1,6 +0,0 @@
1
-test_that("test_addAncestorGO", {
2
-  library(GO.db)
3
-  go <- list(c("GO:0005215", "GO:0006810", "GO:0016020"), "GO:0016579")
4
-  newGO <- addAncestorGO(go)
5
-  expect_equal(lengths(newGO), c(8, 17))
6
-})
7 0
\ No newline at end of file