You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to calculate semantic similarity between some GO terms based on the information content methods.
# GO.db retrieved by 2020-09-10, Bioconductor version 3.12atGO<-godata('org.At.tair.db', keytype="TAIR",ont="BP")
goSim("GO:0120254", "GO:0120255", semData=atGO, measure="Jiang") # NA
The value returns NA as these GO terms are not directly annotated for Arabidopsis. However, their descendant terms were actually annotated to some genes in the database (GO.db retrieved by 2020-09-10, Bioconductor version 3.12):
and thus their IC values were actually feasible for calculation. Do you think it is possible to include such GO terms in the current IC & goSim() calculation?
Thank you very much.
The text was updated successfully, but these errors were encountered:
I figured out why is this problem: this is a conflict between the pre-calculated "gotbl.rda" in the data folder and the local version of GO.db. It seems that the function prepare_relation_df() in the source code is not executed locally during installation, so gotbl.rda remains as the same as when downloaded with the package. It would be really nice if you have any plan to fix it.
Dear authors,
I am trying to calculate semantic similarity between some GO terms based on the information content methods.
The value returns NA as these GO terms are not directly annotated for Arabidopsis. However, their descendant terms were actually annotated to some genes in the database (GO.db retrieved by 2020-09-10, Bioconductor version 3.12):
and thus their IC values were actually feasible for calculation. Do you think it is possible to include such GO terms in the current IC & goSim() calculation?
Thank you very much.
The text was updated successfully, but these errors were encountered: