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
Hmm, I don't seems to be able to query for all phenotype IDs, once I have an ID I can query the information about it. Seems this was changed at some point.
I'll email @pjotrp / Zach to see if it's possible to get a list of all phenotype IDs and short descriptions to query them
Hey Karl,
I used the GNapi to get a list of all published phenotypes before, but it seems that the API cannot do this anymore.
I can still get individual phenotypes using:
list_datasets("BXD", "10001")
However it doesn't seem possible to get a list of all phenotype datasets, since
list_datasets("BXD")
doesn't show the them anymore.
Is there a way to get all phenotype IDs "10001", "10002", etc, so I can query them ?
The text was updated successfully, but these errors were encountered: