-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
For each experiment, generate a way to query KEGG/GO for a subset of gene names and display the data for that item.
The best way to do this would be to use the GO/KEGG API to query for a list of gene names associated with that GO/KEGG id, get that list back from the API then filter the results based on that subset. This would mean not needing to update GO/KEGG associations.
Initialy just a search using a specific id would be ok (along with a link to find the appropriate term). Eventually a ajax query to the api would be better in determining the best go term to use.