From 8032ad5135779a4ac84bd9922ebdf7aa02258cf2 Mon Sep 17 00:00:00 2001 From: Heriette Date: Mon, 4 Dec 2023 12:15:38 +0100 Subject: [PATCH 1/3] Volcano plot 1.0.6 - qualitative changes --- .../Graphs/Volcano plot/.savedWithData | 2 +- .../settings.xml | 60 ++ .../settings.xml | 60 ++ .../Boolean Configuration (#336)/settings.xml | 10 +- .../Column Appender (#1527)/settings.xml | 4 +- .../Column Filter (#1530)/settings.xml | 222 +++++ .../Column Filter (#330)/settings.xml | 6 +- .../Column Filter (#331)/settings.xml | 6 +- .../Column Filter (#349)/settings.xml | 6 +- .../settings.xml | 72 ++ .../Column Rename _Regex_ (#351)/settings.xml | 6 +- .../Column Rename _Regex_ (#352)/settings.xml | 6 +- .../Column Rename _Regex_ (#353)/settings.xml | 6 +- .../settings.xml | 300 +++++++ .../settings.xml | 8 +- .../settings.xml | 6 +- .../settings.xml | 6 +- .../Component Input (#217)/settings.xml | 12 +- .../Component Output (#219)/settings.xml | 4 +- .../settings.xml | 8 +- .../settings.xml | 8 +- .../Double Configuration (#337)/settings.xml | 6 +- .../Volcano plot/End IF (#1537)/settings.xml | 39 + .../IF Switch (#1536)/settings.xml | 59 ++ .../settings.xml | 8 +- .../settings.xml | 63 ++ .../Volcano plot/Joiner (#1532)/settings.xml | 186 ++++ .../Volcano plot/Joiner (#1534)/settings.xml | 186 ++++ .../settings.xml | 16 +- .../R Snippet (#1528)/settings.xml | 8 +- .../R View _Table_ (#357)/settings.xml | 8 +- .../settings.xml | 53 ++ .../settings.xml | 10 +- .../settings.xml | 8 +- .../settings.xml | 8 +- .../settings.xml | 8 +- .../settings.xml | 10 +- .../settings.xml | 8 +- .../settings.xml | 8 +- .../settings.xml | 8 +- .../settings.xml | 8 +- .../settings.xml | 8 +- .../settings.xml | 12 +- .../settings.xml | 12 +- .../settings.xml | 12 +- .../Graphs/Volcano plot/settings.xml | 10 +- .../Graphs/Volcano plot/template.knime | 4 +- .../Graphs/Volcano plot/workflow.knime | 794 ++++++++++++------ 48 files changed, 1996 insertions(+), 382 deletions(-) create mode 100644 Metanodes templates/Graphs/Volcano plot/Boolean Configuration (#1535)/settings.xml create mode 100644 Metanodes templates/Graphs/Volcano plot/Boolean Configuration (#1555)/settings.xml create mode 100644 Metanodes templates/Graphs/Volcano plot/Column Filter (#1530)/settings.xml create mode 100644 Metanodes templates/Graphs/Volcano plot/Column Rename _Regex_ (#1533)/settings.xml create mode 100644 Metanodes templates/Graphs/Volcano plot/Column Selection Configuration (#1539)/settings.xml rename Metanodes templates/Graphs/Volcano plot/{Column Selection Configuration (#346) => Column Selection Configuration (#1548)}/settings.xml (97%) rename Metanodes templates/Graphs/Volcano plot/{Double Configuration (#338) => Double Configuration (#1540)}/settings.xml (93%) rename Metanodes templates/Graphs/Volcano plot/{Double Configuration (#339) => Double Configuration (#1541)}/settings.xml (93%) create mode 100644 Metanodes templates/Graphs/Volcano plot/End IF (#1537)/settings.xml create mode 100644 Metanodes templates/Graphs/Volcano plot/IF Switch (#1536)/settings.xml rename Metanodes templates/Graphs/Volcano plot/{Integer Configuration (#373) => Integer Configuration (#1557)}/settings.xml (92%) create mode 100644 Metanodes templates/Graphs/Volcano plot/Integer Configuration (#1559)/settings.xml create mode 100644 Metanodes templates/Graphs/Volcano plot/Joiner (#1532)/settings.xml create mode 100644 Metanodes templates/Graphs/Volcano plot/Joiner (#1534)/settings.xml rename Metanodes templates/Graphs/Volcano plot/{Python Edit Variable (#348) => Python Edit Variable _legacy_ (#348)}/settings.xml (87%) create mode 100644 Metanodes templates/Graphs/Volcano plot/Rule_based Row Splitter (#1566)/settings.xml rename Metanodes templates/Graphs/Volcano plot/{Single Selection Configuration (#372) => Single Selection Configuration (#1556)}/settings.xml (92%) rename Metanodes templates/Graphs/Volcano plot/{Single Selection Configuration (#374) => Single Selection Configuration (#1558)}/settings.xml (94%) rename Metanodes templates/Graphs/Volcano plot/{Single Selection Configuration (#375) => Single Selection Configuration (#1560)}/settings.xml (93%) rename Metanodes templates/Graphs/Volcano plot/{String Configuration (#340) => String Configuration (#1542)}/settings.xml (93%) rename Metanodes templates/Graphs/Volcano plot/{String Configuration (#341) => String Configuration (#1543)}/settings.xml (92%) rename Metanodes templates/Graphs/Volcano plot/{String Configuration (#342) => String Configuration (#1544)}/settings.xml (93%) rename Metanodes templates/Graphs/Volcano plot/{String Configuration (#343) => String Configuration (#1545)}/settings.xml (93%) rename Metanodes templates/Graphs/Volcano plot/{String Configuration (#344) => String Configuration (#1546)}/settings.xml (93%) rename Metanodes templates/Graphs/Volcano plot/{String Configuration (#376) => String Configuration (#1561)}/settings.xml (93%) rename Metanodes templates/Graphs/Volcano plot/{String Configuration (#378) => String Configuration (#1563)}/settings.xml (92%) rename Metanodes templates/Graphs/Volcano plot/{String Input (#377) => String Input _legacy_ (#1562)}/settings.xml (89%) rename Metanodes templates/Graphs/Volcano plot/{String Input (#1525) => String Input _legacy_ (#1564)}/settings.xml (90%) rename Metanodes templates/Graphs/Volcano plot/{String Input (#1526) => String Input _legacy_ (#1565)}/settings.xml (90%) diff --git a/Metanodes templates/Graphs/Volcano plot/.savedWithData b/Metanodes templates/Graphs/Volcano plot/.savedWithData index 34adf2cea..d7cbb0a66 100644 --- a/Metanodes templates/Graphs/Volcano plot/.savedWithData +++ b/Metanodes templates/Graphs/Volcano plot/.savedWithData @@ -1,4 +1,4 @@ Do not delete this file! This file serves to indicate that the workflow was written as part of the usual save routine (not exported). -Workflow was last saved by user knimeuser on Wed Feb 22 15:49:34 CET 2023 \ No newline at end of file +Workflow was last saved by user knimeuser on Mon Dec 04 12:12:38 CET 2023 \ No newline at end of file diff --git a/Metanodes templates/Graphs/Volcano plot/Boolean Configuration (#1535)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Boolean Configuration (#1535)/settings.xml new file mode 100644 index 000000000..ae1a82601 --- /dev/null +++ b/Metanodes templates/Graphs/Volcano plot/Boolean Configuration (#1535)/settings.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Metanodes templates/Graphs/Volcano plot/Boolean Configuration (#1555)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Boolean Configuration (#1555)/settings.xml new file mode 100644 index 000000000..15b2ba5cd --- /dev/null +++ b/Metanodes templates/Graphs/Volcano plot/Boolean Configuration (#1555)/settings.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Metanodes templates/Graphs/Volcano plot/Boolean Configuration (#336)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Boolean Configuration (#336)/settings.xml index ac4b2f6ea..39c0cd9bc 100644 --- a/Metanodes templates/Graphs/Volcano plot/Boolean Configuration (#336)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Boolean Configuration (#336)/settings.xml @@ -41,21 +41,17 @@ - - - - - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/Column Appender (#1527)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Column Appender (#1527)/settings.xml index 2ae0286d0..81e100936 100644 --- a/Metanodes templates/Graphs/Volcano plot/Column Appender (#1527)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Column Appender (#1527)/settings.xml @@ -38,11 +38,11 @@ - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/Column Filter (#1530)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Column Filter (#1530)/settings.xml new file mode 100644 index 000000000..bb7f95acb --- /dev/null +++ b/Metanodes templates/Graphs/Volcano plot/Column Filter (#1530)/settings.xml @@ -0,0 +1,222 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Metanodes templates/Graphs/Volcano plot/Column Filter (#330)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Column Filter (#330)/settings.xml index cffe65c42..999bdce95 100644 --- a/Metanodes templates/Graphs/Volcano plot/Column Filter (#330)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Column Filter (#330)/settings.xml @@ -1461,17 +1461,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/Column Filter (#331)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Column Filter (#331)/settings.xml index 1571c47aa..b509cb3e6 100644 --- a/Metanodes templates/Graphs/Volcano plot/Column Filter (#331)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Column Filter (#331)/settings.xml @@ -1461,17 +1461,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/Column Filter (#349)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Column Filter (#349)/settings.xml index 2992ba82d..ae7ce55e1 100644 --- a/Metanodes templates/Graphs/Volcano plot/Column Filter (#349)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Column Filter (#349)/settings.xml @@ -159,17 +159,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/Column Rename _Regex_ (#1533)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Column Rename _Regex_ (#1533)/settings.xml new file mode 100644 index 000000000..2374bee50 --- /dev/null +++ b/Metanodes templates/Graphs/Volcano plot/Column Rename _Regex_ (#1533)/settings.xml @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Metanodes templates/Graphs/Volcano plot/Column Rename _Regex_ (#351)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Column Rename _Regex_ (#351)/settings.xml index 47a4bf309..39ce6f0b0 100644 --- a/Metanodes templates/Graphs/Volcano plot/Column Rename _Regex_ (#351)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Column Rename _Regex_ (#351)/settings.xml @@ -35,17 +35,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/Column Rename _Regex_ (#352)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Column Rename _Regex_ (#352)/settings.xml index 71cf47937..6133f180a 100644 --- a/Metanodes templates/Graphs/Volcano plot/Column Rename _Regex_ (#352)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Column Rename _Regex_ (#352)/settings.xml @@ -44,17 +44,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/Column Rename _Regex_ (#353)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Column Rename _Regex_ (#353)/settings.xml index 402fad3e4..a342ba083 100644 --- a/Metanodes templates/Graphs/Volcano plot/Column Rename _Regex_ (#353)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Column Rename _Regex_ (#353)/settings.xml @@ -44,17 +44,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/Column Selection Configuration (#1539)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Column Selection Configuration (#1539)/settings.xml new file mode 100644 index 000000000..499023ac8 --- /dev/null +++ b/Metanodes templates/Graphs/Volcano plot/Column Selection Configuration (#1539)/settings.xml @@ -0,0 +1,300 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Metanodes templates/Graphs/Volcano plot/Column Selection Configuration (#346)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Column Selection Configuration (#1548)/settings.xml similarity index 97% rename from Metanodes templates/Graphs/Volcano plot/Column Selection Configuration (#346)/settings.xml rename to Metanodes templates/Graphs/Volcano plot/Column Selection Configuration (#1548)/settings.xml index ffec1f09c..754f6119d 100644 --- a/Metanodes templates/Graphs/Volcano plot/Column Selection Configuration (#346)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Column Selection Configuration (#1548)/settings.xml @@ -140,7 +140,7 @@ - + @@ -161,17 +161,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/Column Selection Configuration (#334)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Column Selection Configuration (#334)/settings.xml index 0167f4553..17286c834 100644 --- a/Metanodes templates/Graphs/Volcano plot/Column Selection Configuration (#334)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Column Selection Configuration (#334)/settings.xml @@ -152,17 +152,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/Column Selection Configuration (#335)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Column Selection Configuration (#335)/settings.xml index 99b8c30af..804a04281 100644 --- a/Metanodes templates/Graphs/Volcano plot/Column Selection Configuration (#335)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Column Selection Configuration (#335)/settings.xml @@ -161,17 +161,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/Component Input (#217)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Component Input (#217)/settings.xml index bf9c34b25..1e6ff8ccb 100644 --- a/Metanodes templates/Graphs/Volcano plot/Component Input (#217)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Component Input (#217)/settings.xml @@ -31,25 +31,21 @@ - + - - - - - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/Component Output (#219)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Component Output (#219)/settings.xml index 9f6ab44e9..ce8b3aeb8 100644 --- a/Metanodes templates/Graphs/Volcano plot/Component Output (#219)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Component Output (#219)/settings.xml @@ -39,11 +39,11 @@ - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/Double Configuration (#338)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Double Configuration (#1540)/settings.xml similarity index 93% rename from Metanodes templates/Graphs/Volcano plot/Double Configuration (#338)/settings.xml rename to Metanodes templates/Graphs/Volcano plot/Double Configuration (#1540)/settings.xml index 60a57566d..6f7577fe1 100644 --- a/Metanodes templates/Graphs/Volcano plot/Double Configuration (#338)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Double Configuration (#1540)/settings.xml @@ -23,7 +23,7 @@ - + @@ -44,17 +44,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/Double Configuration (#339)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Double Configuration (#1541)/settings.xml similarity index 93% rename from Metanodes templates/Graphs/Volcano plot/Double Configuration (#339)/settings.xml rename to Metanodes templates/Graphs/Volcano plot/Double Configuration (#1541)/settings.xml index 97355af61..26c6ea813 100644 --- a/Metanodes templates/Graphs/Volcano plot/Double Configuration (#339)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Double Configuration (#1541)/settings.xml @@ -23,7 +23,7 @@ - + @@ -44,17 +44,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/Double Configuration (#337)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Double Configuration (#337)/settings.xml index 50c1b3fc9..acad13da3 100644 --- a/Metanodes templates/Graphs/Volcano plot/Double Configuration (#337)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Double Configuration (#337)/settings.xml @@ -35,17 +35,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/End IF (#1537)/settings.xml b/Metanodes templates/Graphs/Volcano plot/End IF (#1537)/settings.xml new file mode 100644 index 000000000..03e5a61ac --- /dev/null +++ b/Metanodes templates/Graphs/Volcano plot/End IF (#1537)/settings.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Metanodes templates/Graphs/Volcano plot/IF Switch (#1536)/settings.xml b/Metanodes templates/Graphs/Volcano plot/IF Switch (#1536)/settings.xml new file mode 100644 index 000000000..13ef4bcfe --- /dev/null +++ b/Metanodes templates/Graphs/Volcano plot/IF Switch (#1536)/settings.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Metanodes templates/Graphs/Volcano plot/Integer Configuration (#373)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Integer Configuration (#1557)/settings.xml similarity index 92% rename from Metanodes templates/Graphs/Volcano plot/Integer Configuration (#373)/settings.xml rename to Metanodes templates/Graphs/Volcano plot/Integer Configuration (#1557)/settings.xml index ecc563a59..dbe4a2a24 100644 --- a/Metanodes templates/Graphs/Volcano plot/Integer Configuration (#373)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Integer Configuration (#1557)/settings.xml @@ -23,7 +23,7 @@ - + @@ -35,17 +35,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/Integer Configuration (#1559)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Integer Configuration (#1559)/settings.xml new file mode 100644 index 000000000..172812fa6 --- /dev/null +++ b/Metanodes templates/Graphs/Volcano plot/Integer Configuration (#1559)/settings.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Metanodes templates/Graphs/Volcano plot/Joiner (#1532)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Joiner (#1532)/settings.xml new file mode 100644 index 000000000..4d85887ed --- /dev/null +++ b/Metanodes templates/Graphs/Volcano plot/Joiner (#1532)/settings.xml @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Metanodes templates/Graphs/Volcano plot/Joiner (#1534)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Joiner (#1534)/settings.xml new file mode 100644 index 000000000..9d21dcea3 --- /dev/null +++ b/Metanodes templates/Graphs/Volcano plot/Joiner (#1534)/settings.xml @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Metanodes templates/Graphs/Volcano plot/Python Edit Variable (#348)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Python Edit Variable _legacy_ (#348)/settings.xml similarity index 87% rename from Metanodes templates/Graphs/Volcano plot/Python Edit Variable (#348)/settings.xml rename to Metanodes templates/Graphs/Volcano plot/Python Edit Variable _legacy_ (#348)/settings.xml index 1c7fa813c..a39ec232c 100644 --- a/Metanodes templates/Graphs/Volcano plot/Python Edit Variable (#348)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Python Edit Variable _legacy_ (#348)/settings.xml @@ -6,7 +6,7 @@ - + @@ -29,7 +29,7 @@ - + @@ -41,19 +41,19 @@ - + - + - - + + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/R Snippet (#1528)/settings.xml b/Metanodes templates/Graphs/Volcano plot/R Snippet (#1528)/settings.xml index b27891196..22f326e10 100644 --- a/Metanodes templates/Graphs/Volcano plot/R Snippet (#1528)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/R Snippet (#1528)/settings.xml @@ -33,7 +33,7 @@ - + @@ -42,17 +42,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/R View _Table_ (#357)/settings.xml b/Metanodes templates/Graphs/Volcano plot/R View _Table_ (#357)/settings.xml index 0431b2080..35bea5e1e 100644 --- a/Metanodes templates/Graphs/Volcano plot/R View _Table_ (#357)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/R View _Table_ (#357)/settings.xml @@ -12,7 +12,7 @@ - + @@ -48,7 +48,7 @@ - + @@ -66,11 +66,11 @@ - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/Rule_based Row Splitter (#1566)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Rule_based Row Splitter (#1566)/settings.xml new file mode 100644 index 000000000..8f79ec79d --- /dev/null +++ b/Metanodes templates/Graphs/Volcano plot/Rule_based Row Splitter (#1566)/settings.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Metanodes templates/Graphs/Volcano plot/Single Selection Configuration (#372)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Single Selection Configuration (#1556)/settings.xml similarity index 92% rename from Metanodes templates/Graphs/Volcano plot/Single Selection Configuration (#372)/settings.xml rename to Metanodes templates/Graphs/Volcano plot/Single Selection Configuration (#1556)/settings.xml index 58352d3fe..562d0d92c 100644 --- a/Metanodes templates/Graphs/Volcano plot/Single Selection Configuration (#372)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Single Selection Configuration (#1556)/settings.xml @@ -21,7 +21,7 @@ - + @@ -31,7 +31,7 @@ - + @@ -52,17 +52,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/Single Selection Configuration (#374)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Single Selection Configuration (#1558)/settings.xml similarity index 94% rename from Metanodes templates/Graphs/Volcano plot/Single Selection Configuration (#374)/settings.xml rename to Metanodes templates/Graphs/Volcano plot/Single Selection Configuration (#1558)/settings.xml index d20ed9a0e..a53b7181d 100644 --- a/Metanodes templates/Graphs/Volcano plot/Single Selection Configuration (#374)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Single Selection Configuration (#1558)/settings.xml @@ -31,7 +31,7 @@ - + @@ -52,17 +52,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/Single Selection Configuration (#375)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Single Selection Configuration (#1560)/settings.xml similarity index 93% rename from Metanodes templates/Graphs/Volcano plot/Single Selection Configuration (#375)/settings.xml rename to Metanodes templates/Graphs/Volcano plot/Single Selection Configuration (#1560)/settings.xml index 39f5818b9..65bf3ef11 100644 --- a/Metanodes templates/Graphs/Volcano plot/Single Selection Configuration (#375)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Single Selection Configuration (#1560)/settings.xml @@ -32,7 +32,7 @@ - + @@ -44,17 +44,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/String Configuration (#340)/settings.xml b/Metanodes templates/Graphs/Volcano plot/String Configuration (#1542)/settings.xml similarity index 93% rename from Metanodes templates/Graphs/Volcano plot/String Configuration (#340)/settings.xml rename to Metanodes templates/Graphs/Volcano plot/String Configuration (#1542)/settings.xml index bcc3459db..006094af5 100644 --- a/Metanodes templates/Graphs/Volcano plot/String Configuration (#340)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/String Configuration (#1542)/settings.xml @@ -24,7 +24,7 @@ - + @@ -45,17 +45,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/String Configuration (#341)/settings.xml b/Metanodes templates/Graphs/Volcano plot/String Configuration (#1543)/settings.xml similarity index 92% rename from Metanodes templates/Graphs/Volcano plot/String Configuration (#341)/settings.xml rename to Metanodes templates/Graphs/Volcano plot/String Configuration (#1543)/settings.xml index 046ff73b1..d9ef09423 100644 --- a/Metanodes templates/Graphs/Volcano plot/String Configuration (#341)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/String Configuration (#1543)/settings.xml @@ -24,8 +24,8 @@ - - + + @@ -45,17 +45,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/String Configuration (#342)/settings.xml b/Metanodes templates/Graphs/Volcano plot/String Configuration (#1544)/settings.xml similarity index 93% rename from Metanodes templates/Graphs/Volcano plot/String Configuration (#342)/settings.xml rename to Metanodes templates/Graphs/Volcano plot/String Configuration (#1544)/settings.xml index 2c4893a5e..9a169cc8b 100644 --- a/Metanodes templates/Graphs/Volcano plot/String Configuration (#342)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/String Configuration (#1544)/settings.xml @@ -24,7 +24,7 @@ - + @@ -45,17 +45,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/String Configuration (#343)/settings.xml b/Metanodes templates/Graphs/Volcano plot/String Configuration (#1545)/settings.xml similarity index 93% rename from Metanodes templates/Graphs/Volcano plot/String Configuration (#343)/settings.xml rename to Metanodes templates/Graphs/Volcano plot/String Configuration (#1545)/settings.xml index 548ccd94c..80c068d14 100644 --- a/Metanodes templates/Graphs/Volcano plot/String Configuration (#343)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/String Configuration (#1545)/settings.xml @@ -24,7 +24,7 @@ - + @@ -36,17 +36,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/String Configuration (#344)/settings.xml b/Metanodes templates/Graphs/Volcano plot/String Configuration (#1546)/settings.xml similarity index 93% rename from Metanodes templates/Graphs/Volcano plot/String Configuration (#344)/settings.xml rename to Metanodes templates/Graphs/Volcano plot/String Configuration (#1546)/settings.xml index 669507d6c..4b6ea34b9 100644 --- a/Metanodes templates/Graphs/Volcano plot/String Configuration (#344)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/String Configuration (#1546)/settings.xml @@ -24,7 +24,7 @@ - + @@ -45,17 +45,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/String Configuration (#376)/settings.xml b/Metanodes templates/Graphs/Volcano plot/String Configuration (#1561)/settings.xml similarity index 93% rename from Metanodes templates/Graphs/Volcano plot/String Configuration (#376)/settings.xml rename to Metanodes templates/Graphs/Volcano plot/String Configuration (#1561)/settings.xml index 4e962dcd0..55e2001da 100644 --- a/Metanodes templates/Graphs/Volcano plot/String Configuration (#376)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/String Configuration (#1561)/settings.xml @@ -24,7 +24,7 @@ - + @@ -36,17 +36,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/String Configuration (#378)/settings.xml b/Metanodes templates/Graphs/Volcano plot/String Configuration (#1563)/settings.xml similarity index 92% rename from Metanodes templates/Graphs/Volcano plot/String Configuration (#378)/settings.xml rename to Metanodes templates/Graphs/Volcano plot/String Configuration (#1563)/settings.xml index 1ce19f4ff..664db9004 100644 --- a/Metanodes templates/Graphs/Volcano plot/String Configuration (#378)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/String Configuration (#1563)/settings.xml @@ -24,7 +24,7 @@ - + @@ -36,17 +36,17 @@ - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/String Input (#377)/settings.xml b/Metanodes templates/Graphs/Volcano plot/String Input _legacy_ (#1562)/settings.xml similarity index 89% rename from Metanodes templates/Graphs/Volcano plot/String Input (#377)/settings.xml rename to Metanodes templates/Graphs/Volcano plot/String Input _legacy_ (#1562)/settings.xml index fb2ffa1cd..3e8965fc3 100644 --- a/Metanodes templates/Graphs/Volcano plot/String Input (#377)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/String Input _legacy_ (#1562)/settings.xml @@ -26,7 +26,7 @@ - + @@ -38,19 +38,19 @@ - + - + - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/String Input (#1525)/settings.xml b/Metanodes templates/Graphs/Volcano plot/String Input _legacy_ (#1564)/settings.xml similarity index 90% rename from Metanodes templates/Graphs/Volcano plot/String Input (#1525)/settings.xml rename to Metanodes templates/Graphs/Volcano plot/String Input _legacy_ (#1564)/settings.xml index aed3fbc71..660e45d0c 100644 --- a/Metanodes templates/Graphs/Volcano plot/String Input (#1525)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/String Input _legacy_ (#1564)/settings.xml @@ -26,7 +26,7 @@ - + @@ -47,19 +47,19 @@ - + - + - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/String Input (#1526)/settings.xml b/Metanodes templates/Graphs/Volcano plot/String Input _legacy_ (#1565)/settings.xml similarity index 90% rename from Metanodes templates/Graphs/Volcano plot/String Input (#1526)/settings.xml rename to Metanodes templates/Graphs/Volcano plot/String Input _legacy_ (#1565)/settings.xml index 34ce9af9b..02d085f9e 100644 --- a/Metanodes templates/Graphs/Volcano plot/String Input (#1526)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/String Input _legacy_ (#1565)/settings.xml @@ -26,7 +26,7 @@ - + @@ -47,19 +47,19 @@ - + - + - + - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/settings.xml b/Metanodes templates/Graphs/Volcano plot/settings.xml index 3f80d7c60..c50ba6429 100644 --- a/Metanodes templates/Graphs/Volcano plot/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/settings.xml @@ -8,10 +8,10 @@ - + - - + + @@ -43,7 +43,7 @@ - + @@ -61,7 +61,7 @@ - + diff --git a/Metanodes templates/Graphs/Volcano plot/template.knime b/Metanodes templates/Graphs/Volcano plot/template.knime index 73edceba9..2ca9fd5ce 100644 --- a/Metanodes templates/Graphs/Volcano plot/template.knime +++ b/Metanodes templates/Graphs/Volcano plot/template.knime @@ -1,11 +1,11 @@ - + - + diff --git a/Metanodes templates/Graphs/Volcano plot/workflow.knime b/Metanodes templates/Graphs/Volcano plot/workflow.knime index c54df3886..4dc91b6fc 100644 --- a/Metanodes templates/Graphs/Volcano plot/workflow.knime +++ b/Metanodes templates/Graphs/Volcano plot/workflow.knime @@ -1,6 +1,6 @@ - + @@ -11,10 +11,10 @@ - + - - + + @@ -53,7 +53,7 @@ - + @@ -156,329 +156,505 @@ - - - + + + - - - + + + - - - + + + - - + + + + + + + + + + + + + + + + + + - - - + + + - - - + + + - - - + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + - - + + + + + + + + + + + + + + + + + + - - - + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + - - + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - + + - + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + - + - - - + + + - - - - + + + + - - - + + + - + - - - + + + - + - - - + + + - + - - - + + + - + - + - - - + + + - + - + - - - + + + - + - - + + - - - + + + @@ -487,14 +663,14 @@ - + - - - + + + @@ -503,56 +679,56 @@ - - + + - - - + + + - + - + - - - + + + - - - - + + + + - - - + + + - + - - + + @@ -560,7 +736,7 @@ - + @@ -570,29 +746,29 @@ - + - - - - - + - + + + + + - + @@ -602,7 +778,7 @@ - + @@ -611,8 +787,8 @@ - - + + @@ -621,8 +797,8 @@ - - + + @@ -631,28 +807,28 @@ - - + + - + - - + + - + - - + + @@ -661,8 +837,8 @@ - - + + @@ -671,8 +847,8 @@ - - + + @@ -681,8 +857,8 @@ - - + + @@ -691,8 +867,8 @@ - - + + @@ -701,8 +877,8 @@ - - + + @@ -711,68 +887,64 @@ - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - - - - - + - - + + @@ -781,58 +953,58 @@ - + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + @@ -841,38 +1013,38 @@ - - - - + + + + - - + + - + - - + + - + - - + + @@ -881,8 +1053,8 @@ - - + + @@ -891,8 +1063,8 @@ - - + + @@ -901,30 +1073,180 @@ - - + + - + - - + + - + - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 475d66472db8f984387f1e7fa32992680f2d8403 Mon Sep 17 00:00:00 2001 From: Heriette Date: Tue, 5 Dec 2023 22:11:12 +0100 Subject: [PATCH 2/3] Volcano plot 1.0.7 - fixed double labelling --- Metanodes templates/Graphs/Volcano plot/.savedWithData | 2 +- .../Graphs/Volcano plot/Component Input (#217)/settings.xml | 2 +- .../Graphs/Volcano plot/R View _Table_ (#357)/settings.xml | 2 +- Metanodes templates/Graphs/Volcano plot/settings.xml | 4 ++-- Metanodes templates/Graphs/Volcano plot/template.knime | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Metanodes templates/Graphs/Volcano plot/.savedWithData b/Metanodes templates/Graphs/Volcano plot/.savedWithData index d7cbb0a66..00d75e6cc 100644 --- a/Metanodes templates/Graphs/Volcano plot/.savedWithData +++ b/Metanodes templates/Graphs/Volcano plot/.savedWithData @@ -1,4 +1,4 @@ Do not delete this file! This file serves to indicate that the workflow was written as part of the usual save routine (not exported). -Workflow was last saved by user knimeuser on Mon Dec 04 12:12:38 CET 2023 \ No newline at end of file +Workflow was last saved by user knimeuser on Tue Dec 05 18:58:18 CET 2023 \ No newline at end of file diff --git a/Metanodes templates/Graphs/Volcano plot/Component Input (#217)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Component Input (#217)/settings.xml index 1e6ff8ccb..e8a7887ea 100644 --- a/Metanodes templates/Graphs/Volcano plot/Component Input (#217)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Component Input (#217)/settings.xml @@ -31,7 +31,7 @@ - + diff --git a/Metanodes templates/Graphs/Volcano plot/R View _Table_ (#357)/settings.xml b/Metanodes templates/Graphs/Volcano plot/R View _Table_ (#357)/settings.xml index 35bea5e1e..2d47f5395 100644 --- a/Metanodes templates/Graphs/Volcano plot/R View _Table_ (#357)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/R View _Table_ (#357)/settings.xml @@ -12,7 +12,7 @@ - + diff --git a/Metanodes templates/Graphs/Volcano plot/settings.xml b/Metanodes templates/Graphs/Volcano plot/settings.xml index c50ba6429..ae653df56 100644 --- a/Metanodes templates/Graphs/Volcano plot/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/settings.xml @@ -43,7 +43,7 @@ - + @@ -61,7 +61,7 @@ - + diff --git a/Metanodes templates/Graphs/Volcano plot/template.knime b/Metanodes templates/Graphs/Volcano plot/template.knime index 2ca9fd5ce..312db02e0 100644 --- a/Metanodes templates/Graphs/Volcano plot/template.knime +++ b/Metanodes templates/Graphs/Volcano plot/template.knime @@ -5,7 +5,7 @@ - + From aaa7fa2c74d6d91cfe480d6c3701459655cd9e9c Mon Sep 17 00:00:00 2001 From: Heriette Date: Mon, 8 Jan 2024 14:56:33 +0100 Subject: [PATCH 3/3] Volcano plot 1.0.8 - fixed error with qualitative change labelling --- .../Graphs/Volcano plot/.savedWithData | 2 +- .../Component Input (#217)/settings.xml | 2 +- .../R View _Table_ (#357)/settings.xml | 2 +- .../Graphs/Volcano plot/settings.xml | 4 ++-- .../Graphs/Volcano plot/template.knime | 2 +- .../Graphs/Volcano plot/workflow.knime | 24 +++++++++---------- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Metanodes templates/Graphs/Volcano plot/.savedWithData b/Metanodes templates/Graphs/Volcano plot/.savedWithData index 00d75e6cc..4838f3ba3 100644 --- a/Metanodes templates/Graphs/Volcano plot/.savedWithData +++ b/Metanodes templates/Graphs/Volcano plot/.savedWithData @@ -1,4 +1,4 @@ Do not delete this file! This file serves to indicate that the workflow was written as part of the usual save routine (not exported). -Workflow was last saved by user knimeuser on Tue Dec 05 18:58:18 CET 2023 \ No newline at end of file +Workflow was last saved by user knimeuser on Mon Jan 08 14:53:04 CET 2024 \ No newline at end of file diff --git a/Metanodes templates/Graphs/Volcano plot/Component Input (#217)/settings.xml b/Metanodes templates/Graphs/Volcano plot/Component Input (#217)/settings.xml index e8a7887ea..8e463ee01 100644 --- a/Metanodes templates/Graphs/Volcano plot/Component Input (#217)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/Component Input (#217)/settings.xml @@ -31,7 +31,7 @@ - + diff --git a/Metanodes templates/Graphs/Volcano plot/R View _Table_ (#357)/settings.xml b/Metanodes templates/Graphs/Volcano plot/R View _Table_ (#357)/settings.xml index 2d47f5395..5eb33ea84 100644 --- a/Metanodes templates/Graphs/Volcano plot/R View _Table_ (#357)/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/R View _Table_ (#357)/settings.xml @@ -12,7 +12,7 @@ - + diff --git a/Metanodes templates/Graphs/Volcano plot/settings.xml b/Metanodes templates/Graphs/Volcano plot/settings.xml index ae653df56..d90b948a5 100644 --- a/Metanodes templates/Graphs/Volcano plot/settings.xml +++ b/Metanodes templates/Graphs/Volcano plot/settings.xml @@ -43,7 +43,7 @@ - + @@ -61,7 +61,7 @@ - + diff --git a/Metanodes templates/Graphs/Volcano plot/template.knime b/Metanodes templates/Graphs/Volcano plot/template.knime index 312db02e0..641aff597 100644 --- a/Metanodes templates/Graphs/Volcano plot/template.knime +++ b/Metanodes templates/Graphs/Volcano plot/template.knime @@ -5,7 +5,7 @@ - + diff --git a/Metanodes templates/Graphs/Volcano plot/workflow.knime b/Metanodes templates/Graphs/Volcano plot/workflow.knime index 4dc91b6fc..ecdab1588 100644 --- a/Metanodes templates/Graphs/Volcano plot/workflow.knime +++ b/Metanodes templates/Graphs/Volcano plot/workflow.knime @@ -788,7 +788,7 @@ - + @@ -798,7 +798,7 @@ - + @@ -937,12 +937,6 @@ - - - - - - @@ -952,6 +946,12 @@ + + + + + + @@ -1014,8 +1014,8 @@ - - + + @@ -1024,8 +1024,8 @@ - - + +