Accio / KEGGgraph

The KEGGgraph package to parse KEGG pathways in R into graph objects
13 stars 3 forks source link

bugfix: handling entries with type "line" #8

Closed rmflight closed 1 year ago

rmflight commented 2 years ago

I was using KEGGgraph to parse this lipid processing pathway, https://www.genome.jp/pathway/hsa01040, and some genes are actually depicted as lines, which have a different graphics description to other types of gene nodes.

In my own testing, this code handles both normal genes and compounds fine, as well as the added "line" genes.

Accio commented 1 year ago

thanks @rmflight! Merged