Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How exactly does NetPathMiner parse KGML files and distinguish between metabolic and non-metabolic pathways? #20

Open
yanshen2953 opened this issue Dec 18, 2024 · 0 comments

Comments

@yanshen2953
Copy link

I carefully read through the official KEGG documentation, and I could not find any explicit statement regarding the distinction between metabolic and non-metabolic pathways. Even in metabolic pathways, such as map00965, there are still signaling pathway components.

When using the KGML2igraph function and setting parse.as = "meta", the script still processes all KGML files and iterates through all reactions. However, there seems to be a specific rule that determines whether a reaction is metabolic or non-metabolic. Is this correct?

Since the corresponding logic for this is implemented in a C++ file, I am unable to read and fully understand it. I would like to know the exact logic or criteria the author used to make this distinction. This is extremely important to me. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant