rrvgo::getGoSize error
0
0
Entering edit mode
8 weeks ago
Ana ▴ 10

Hi,

I am trying to run rrvgo's function getGoSize to find the size of a GO term.

This is my code:

#BiocManager::install("rrvgo")
library(rrvgo)

t <- read_xlsx("Outputs/RandomPairs_PathwayFreqs_for_permutations.xlsx", sheet =4)
t <- t %>% filter(Coverage == 1)
terms <- t$GO

size <- getGoSize(terms, "org.Hs.eg.db")

Error in getGoSize(terms, "org.Hs.eg.db") : could not find function "getGoSize"

Any idea of why this could be happening?

Thanks in advance.

ReViGO GO-terms rrvgo • 241 views
ADD COMMENT

Login before adding your answer.

Traffic: 2095 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6