YuLab-SMU / GOSemSim

:golf: GO-terms Semantic Similarity Measures
https://yulab-smu.top/biomedical-knowledge-mining-book/
58 stars 26 forks source link

GOSemSim package download error #39

Open kahvecirem opened 1 year ago

kahvecirem commented 1 year ago

Although I downloaded the GOSemSim package to R (V4.1.2) without any problems with the codes below, I cannot find the package in the library after the download is finished. What path can I follow?

if (!require("BiocManager", quietly = TRUE))
   install.packages("BiocManager")

BiocManager::install("GOSemSim")

library("GoSemSim")
qibaiqi commented 1 year ago

Hi, is there any error message when you typed in library("GoSemSim") ? You can download source package from https://github.com/YuLab-SMU/GOSemSim code → download Zip . Then try devtools::install_local("XX/GOSemSim-master.zip") . or devtools::install_github("YuLab-SMU/GOSemSim") directly.