git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/tRanslatome@121785 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -360,7 +360,7 @@ specificOntologyResult <- function(object, ontology) { |
360 | 360 |
|
361 | 361 |
comparisonBetweenTwoLists <- function(go1,go2,ontology,direction) { |
362 | 362 |
|
363 |
- ontData <- semData('org.Hs.eg.db', ont=ontology) |
|
363 |
+ ontData <- godata('org.Hs.eg.db', ont=ontology) |
|
364 | 364 |
finalmat <- NULL |
365 | 365 |
for (i in 1:nrow(go1)) { |
366 | 366 |
mat <- NULL |