intermine / InterMineR

R package for InterMine
GNU Lesser General Public License v2.1
18 stars 16 forks source link

fix-listModelSummary #71

Closed celions closed 4 years ago

celions commented 4 years ago

Error occurring when using getModel() with HumanMine and FlyMine. getModel() uses listModelSummary function. Inside the last one, in att.ext we could find different dimensions for some classes (Nx3 or Nx4 as there was an extra collumn called "term"). Having done this the function listDatasets() from the package now works.

yochannah commented 4 years ago

Thanks Celia - I've just tested this locally using

 library(InterMineR)
 im.fly = initInterMine(listMines()["FlyMine"])
 getModel(im.fly)

and it worked perfectly.

This issue fixes #63