in reply to Re: Split a large text file by columns
in thread Split a large text file by columns
I will try and provide as much detail about the file and why I am trying to do this. The file is a set of wavelength measurements collected from about 200 individual plants. instrument measures a response for each of the wavelength between 300 nm to 1000 nm in different intervals. Usually, the file contains between 100 to 200 columns depending on the settings and 200 rows (each plant ID). There are about 20 files in total when measurements are completed. I nedd to separate each column and keep the first column(rownames) with each column. I will then analyze each of these files for genetic information for research.
The memory is of no issue since I can run it on a server. I agree, my application is odd for what perl is used for, but I started teaching myself to use it since I am working with large files and need an efficient way to process files. I have been able to write a couple scripts that has made a few tedious task efficient and less mistake prone. That's the gist of it.
Thank you again, Monks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Split a large text file by columns
by kevbot (Vicar) on Apr 22, 2017 at 04:45 UTC | |
by tc (Novice) on Apr 22, 2017 at 18:41 UTC |