Hi all,
I am looking to create a plot that compares contact data from two different save states for different modelling scenarios in UDEC v7.
From each of the two save states I have exported a text file with contact data. For simplicity say it is a text file with about 15,000 rows, where the first column is contact index, second column is “variable 1” and third column is “variable 2”.
I used Excel to create a third text file that compares these two save states. So now I have a text file, call it “compare.csv” with 15,000 rows, where the first column is contact index, second column is “difference 1” and third column is “difference 2”.
I am trying to create FISH function in UDEC v7 where I can do the following
- import “compare.csv”
- write the values for “difference 1” and “difference 2” to the corresponding contact index in the model
Doing this so I can create a plot where contacts are coloured by the difference between save state 1 and save state 2.
Been struggling through the manual and trying to get help from various AI chatbots but no success so far. Could anyone point me in the right direction?
Thanks very much