Convert annotateGEM into a more generic function
#380
Replies: 4 comments
-
|
Good suggestion, @haowang-bioinfo. I guess the |
Beta Was this translation helpful? Give feedback.
-
thanks @JonathanRob for the feedback. I only considered local path when proposing |
Beta Was this translation helpful? Give feedback.
-
|
I think it's possible using |
Beta Was this translation helpful? Give feedback.
-
thanks, will work on the implementation of adding |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The
annotateGEMfunction has been embedded inexportHumanGEMfunction and used to integrate annotation information into Human-GEM before exporting toxmlformat. Would be nice to make it more generic so that it could be used by other models, e.g. Mouse-GEM.Following adjustments are proposed for making
annotateGEMa more generic function:annotationPathto specify the location of annotation filesannotationPathas the 2nd argument, only two argument are required when used for other modelsBeta Was this translation helpful? Give feedback.
All reactions