# HG changeset patch # User proteore # Date 1557840530 14400 # Node ID f4e02d20546b4001705ea68edc43e0fcf836abf2 # Parent 4cc2265d1294db685a88a582ffd9b32fb36cdb3a planemo upload commit c6b2e31fccac66c2caa687b375cbf9947f7ba88e-dirty diff -r 4cc2265d1294 -r f4e02d20546b kegg_maps_visualization.R --- a/kegg_maps_visualization.R Thu Jan 31 05:19:10 2019 -0500 +++ b/kegg_maps_visualization.R Tue May 14 09:28:50 2019 -0400 @@ -75,6 +75,7 @@ } get_list_from_cp <-function(list){ + list = gsub(";","\t",list) list = gsub(",","\t",list) list = strsplit(list, "[ \t\n]+")[[1]] list = list[list != ""] #remove empty entry diff -r 4cc2265d1294 -r f4e02d20546b kegg_maps_visualization.xml --- a/kegg_maps_visualization.xml Thu Jan 31 05:19:10 2019 -0500 +++ b/kegg_maps_visualization.xml Tue May 14 09:28:50 2019 -0400 @@ -1,5 +1,5 @@ - - of (differentially expressed) genes/proteins + + of (differentially expressed) genes/proteins [KEGG] bioconductor-pathview bioconductor-keggrest @@ -69,12 +69,15 @@ + ([a-z]{3}[0-9]{5}[\s]*)+ - + + [c]{0,1}[0-9]+ + @@ -103,12 +106,15 @@ + ([a-z]{3}[0-9]{5}[\s]*)+ - + + [c]{0,1}[0-9]+ + @@ -137,12 +143,15 @@ + ([a-z]{3}[0-9]{5}[\s]*)+ - + + [c]{0,1}[0-9]+ + @@ -174,11 +183,15 @@ - + + [c]{0,1}[0-9]+ + - + + ([c]{0,1}[0-9]+[,]*){1,3} +