Column renaming

Hi everyone.

I am having trouble with what should be a relatively straightforward column renaming exercise.

I have a table with only one row, one cell of which contains a reference to a PDB code (e.g. 4ASK).  I want to append this PDB code to some of the existing column names....so that the output column names will be along the lines of 

 

Docking Score (4ASK),   Intramolecular Clash (4ASK),  RMSD (4ASK).

Any pointers in the right direction for me?

Alastair

 

Have you had a look at the column rename (regex) node?  Alternativly, if you want to avoid regular expressions, you could try:

Extract column Header > Transpose > String Manipulation > Insert column header.