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
> gwasrapidd::get_associations(variant_id = "rs1800629", efo_trait = "cancer")
Error in as.vector(x) : no method for coercing this S4 class to a vector
Which is, probably, a symptom of S4 dispatch using the wrong generic.
Note to self:
works seemingly fine.
On the other hand,
result in this error:
Which is, probably, a symptom of S4 dispatch using the wrong generic.
See this discussion here: https://r.789695.n4.nabble.com/Conflicting-definitions-for-function-redefined-as-S4-generics-td4687570.html.
The text was updated successfully, but these errors were encountered: