Hi KNIME geeks,
So, I have the first table with a control value in a row and a second table that is longer than the first one. Now, I would like to take a specific value from a row and create a new column in the second table as shown below in the image. I was not able to find a solution. right now I found a manual option to generate such a result but I would like to find a solution where this is automatically done by a node. Can any of you please help? Thanks a lot for your support.
first table: [redacted]
second table with new column ‘control mean Delta CT’ that I needed:
[redacted]
Hi @wkhan, Thanks for the reply. The value comes from an aggregated table using the GroupBy KNIME node. In the above example, I wanted to take the number from the ‘control’ row in the first picture and create a new column that contains only that number as in the second picture. Later, I want to use the MathFormula node to subtract the mean delta ct and control delta ct for normalization. At the moment I have a complicated solution that automatically takes the number from the ‘control’ cell and creates a new column using a combination of 4 different nodes. But I think there might be an even simpler solution to this.
I thank you again for the reply.