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
Thank you so much for creating this fantastic package!
I used " kegg_pathways_download" to download all kegg pathways. I am confused it says "downloaded 551 records" but in the output dataframe there are only 193 unique pathways? I wonder what filtering is used inside this function. Thank you very much!
Hello, The code currently extracts only protein-protein interactions from pathways, which means mostly signaling interactions. Most metabolic pathways will yield zero interactions this way. We don't even try to process those pathways. As you see here, the step when we translate the identifiers from gene symbols to UniProt IDs is very simplistic. Today already the metabolite IDs could be processed too using the HMDB or Chalmers Sysbio ID translation. And an option could be provided to process the pathways into data frames without ID translation.
Hello,
Thank you so much for creating this fantastic package!
I used " kegg_pathways_download" to download all kegg pathways. I am confused it says "downloaded 551 records" but in the output dataframe there are only 193 unique pathways? I wonder what filtering is used inside this function. Thank you very much!
The text was updated successfully, but these errors were encountered: