Welcome to the BiologicalNetworks user forum. Here you can discuss BiologicalNetworks with other users and the developers team. Questions about using BiologicalNetworks, requests for features and general bioinformatics questions are welcome! If you have an account, Sign In now.
If you don't have an account, Sign Up for one.
I would like to ask how (with which method from Kegg api) i can get the genomes or the pathways participating in a specific map for example map00010. Thank you
Maybe i did not placed the question properly. I have an application and i want if the user write for example "map00010" to get all the genomes or pathways participating in the map. With which method from the Kegg api can i do it? For example with get_genes_by_pathway i get genes particiapting in a sepcific pathway how can i get genes participatin in a map? (i suppose in two steps that's why i ask first for pathways or genomes participatin in the map and then genes) Thank you
you would need to use our API, see Menu at the top of the page. You will need a function get_genes_by_pathway (@map00010, "homo sapiens") or function get_genes_by_pathway (hsa00010). Is that what you need?
If yes, we will add these functions to our API in 1-2 days. Thanks.