how to import a file into mathematica and reference a column by header name
- by Tom
Hi,
I have a tsv file with many columns like so;
genename X1 X100 X103 X105 X115 X117 X120 X122 X123
Gene20728 0.415049 0.517868 0.820183 0.578081 0.30997 0.395181
I would like to import it into mathematica, and then extract and sort a column.
ie I want to extract column ["X117"] and sort it, and output the sorted list.
Thanks,
Tom