I am using the ggkegg package to draw KEGG pathway maps for metabolites and want to mark multiple sets of data on the same metabolite node, similar to the functionality in the pathview package. In pathview, it is possible to represent multiple sets of data changes using multiple semicircles or sectors. However, in ggkegg, it seems that geom_node_point cannot achieve a similar function.
I am using the ggkegg package to draw KEGG pathway maps for metabolites and want to mark multiple sets of data on the same metabolite node, similar to the functionality in the pathview package. In pathview, it is possible to represent multiple sets of data changes using multiple semicircles or sectors. However, in ggkegg, it seems that geom_node_point cannot achieve a similar function.