Entering edit mode
ahatashkar
•
0
@ahatashkar-16156
Last seen 6.4 years ago
Hi
I am using GOSemSim package for GO similarity calculation. I have a list of Uniprot gene IDs. My dataset is S. cerevisiae. so I code as below:
hsGO2 <- godata('org.Hs.eg.db', keytype = "UNIPROT", ont="MF", computeIC=FALSE) genes <- c("P25044", "P40454", "P32901", "P43606") mgeneSim(genes, semData=hsGO2, measure="Wang", combine="BMA", verbose=FALSE)
but after that, I just get this answer:
Error in go_matrix[gos[[i]], gos[[j]]] : incorrect number of dimensions
Please help me. Thank you
0
Entering edit mode
ADD REPLY
• link
6.4 years ago
Guangchuang Yu
★
1.2k