Entering edit mode
iguchi.a0218
•
0
@iguchia0218-23486
Last seen 4.6 years ago
I tried to use topGO by R 4.0.0 according to the manual below, and I encountered the error below. So could anyone give me suggestions on this error?
http://bioconductor.org/packages/release/bioc/html/topGO.html
================
# R Code
sampleGOdata <- new("topGOdata",
description = "Simple session", ontology = "BP",
allGenes = geneList, geneSel = topDiffGenes, nodeSize = 5,
annot = annFUN.db, affyLib = affyLib)
==>
# error message
Building most specific GOs .....
( 1647 GO terms found. )
Build GO DAG topology ..........
if (node == GENE.ONTO.ROOT) return(2) error....
================
Thank you so much. I will check it.