I am trying to export module eigengene values, calculated using 'Tutorial I.2a. Automatic network construction and module detection'.
I can extract the MEs using:
MEs = net$MEs
Which contains the information I need - MEs per subject (sample). However, the sample identification is lost, and replaced with numbered values. How can I tie these results back to the original sample information? Are these simply listed in the same order as the originally imported samples?
Thank you.
Thank you for the quick response, Peter. This worked perfectly. Much appreciated!