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
annotateGEM
function has been embedded inexportHumanGEM
function and used to integrate annotation information into Human-GEM before exporting toxml
format. 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
annotateGEM
a more generic function:annotationPath
to specify the location of annotation filesannotationPath
as the 2nd argument, only two argument are required when used for other modelsBeta Was this translation helpful? Give feedback.
All reactions