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
Messing around with KEGG and volcalc and I realized that get_mol_kegg would work with pathway modules in addition to entire pathways except that it errors if the input doesn't start with map (modules look like M00113, for example). https://www.genome.jp/module/M00113
Just need to:
Explore what other IDs the API accepts
Modify the input validation in get_mol_kegg()
Update documentation accordingly
The text was updated successfully, but these errors were encountered:
Messing around with KEGG and
volcalc
and I realized thatget_mol_kegg
would work with pathway modules in addition to entire pathways except that it errors if the input doesn't start withmap
(modules look like M00113, for example). https://www.genome.jp/module/M00113Just need to:
get_mol_kegg()
The text was updated successfully, but these errors were encountered: