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
When attempting to alter the default semantic similarity method while running the GO_similarity code, I found that the listed options were incorrect:
combined_mat <- GO_similarity(go_id, ont = "BP", measure = "Sim_GOGO_2018")
Error in match.arg(method) :
'arg' should be one of “Wang”, “Resnik”, “Rel”, “Jiang”, “Lin”, “TCSS”
I am unsure what method the Jiang and TCSS are referring to as the others match the listed options listed:
#' - "Sim_Lin_1998"
#' - "Sim_Resnik_1999"
#' - "Sim_Relevance_2006"
#' - "Sim_SimIC_2010"
#' - "Sim_XGraSM_2013"
#' - "Sim_EISI_2015"
#' - "Sim_AIC_2014"
#' - "Sim_Wang_2007"
#' - "Sim_GOGO_2018"
The text was updated successfully, but these errors were encountered:
When attempting to alter the default semantic similarity method while running the GO_similarity code, I found that the listed options were incorrect:
combined_mat <- GO_similarity(go_id, ont = "BP", measure = "Sim_GOGO_2018")
Error in match.arg(method) :
'arg' should be one of “Wang”, “Resnik”, “Rel”, “Jiang”, “Lin”, “TCSS”
I am unsure what method the Jiang and TCSS are referring to as the others match the listed options listed:
#' -
"Sim_Lin_1998"
#' -
"Sim_Resnik_1999"
#' -
"Sim_Relevance_2006"
#' -
"Sim_SimIC_2010"
#' -
"Sim_XGraSM_2013"
#' -
"Sim_EISI_2015"
#' -
"Sim_AIC_2014"
#' -
"Sim_Wang_2007"
#' -
"Sim_GOGO_2018"
The text was updated successfully, but these errors were encountered: