rrvgo::calculateSimMatrix() error
0
0
Entering edit mode
Michelle • 0
@2baccaed
Last seen 2 days ago
United States

I am using rrvgo to reduce the abundance of my GO terms table (tmp below). I ran this code previously, and it worked fine. However, it gave me this error below when I re-ran it recently. I have already subset it to only BP GO terms. Any suggestion will be much appreciated. Thanks.

  simMX <- calculateSimMatrix(tmp$dataSetID,
                              orgdb="org.Hs.eg.db",
                              ont="BP",
                              method="Rel")
  scores <- setNames(-log10(tmp$FDR), tmp$dataSetID)

  rt <- reduceSimMatrix(simMX,
                        scores,
                        threshold=0.5,
                        orgdb="org.Hs.eg.db")

preparing gene to GO mapping data... preparing IC data... Error in calculateSimMatrix(tmp$dataSetID, orgdb = "org.Hs.eg.db", ont = "BP", : (converted from warning) Removed 1 terms that were not found in orgdb for BP

rrvgo • 47 views
ADD COMMENT
0
Entering edit mode

Thanks for sharing the solution. It helps me. nced cloud

ADD REPLY

Login before adding your answer.

Traffic: 623 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