[Bioperl-l] Batch processing of Data

Dave Messina David.Messina at sbc.su.se
Fri Dec 9 22:30:23 UTC 2011


Yes, it can be done. However, it has nothing to do with this mailing list.

Steps 1 and 2 are basic Perl.
For steps 3 through 5, try googling "perl parse excel".



Dave



On Fri, Dec 9, 2011 at 20:59, Boddu, Jayanand <jboddu at illinois.edu> wrote:

> Hi Anyone:
> Please let me know if the following is practical with PERL.
> My data output can be described as following.
>
> 1.       Hundreds of samples are run.
>
> 2.       A batch output sends data from each sample to its own "folder".
> Output is in the form of few text files, spreadsheets and PDF files.
>
> 3.       One of the spreadsheet has the data of most interest.
>
> 4.       This means I end up having hundreds of folders.
>
> 5.       The spreadsheet with the data has multiple worksheets out of
> which a couple have the interesting data to be processed (Please find
> attached a spreadsheet output in which the data is organized and the
> worksheets of my interest are named as "Compound" and "Peak". Yellow
> high-lighted columns in each worksheet has the data to be processed).
> OK. That's long description.
> NOW. Is it practical to write a PERL/or any script to;
>
> 1.       Enter each folder.
>
> 2.       Look for the spreadsheet of interest.
>
> 3.       Look for worksheets named "Compound" and "Peak".
>
> 4.       Look for the specific columns of interest.
>
> 5.       Copy paste the columns of interest into a new spreadsheet/text
> file with data from each folder next to each other.
>
> This final spreadsheet will pass through a bunch of other calculations.
>
> I apologize for this long and painful description.
> However, it would be great if this can be done.
> Thanks
> Jay
>
> _______________________________________________
> Bioperl-l mailing list
> Bioperl-l at lists.open-bio.org
> http://lists.open-bio.org/mailman/listinfo/bioperl-l
>



More information about the Bioperl-l mailing list