Galaxy | Tool Preview

Merge peaklists (version 2.0.0+galaxy0)
Select a minimum of two hdf5 files
Based on a 'multilist' column in the filelist text file, divide the peaklists into different lists e.g. [pl1 pl2], [pl3, pl4] can be converted to 2 new lists: [pl1, pl3] [pl2, pl4]
A table containing metadata for each experimental sample. See help section below for more details.

Merge Peaklists


Description

This tool allows users to extract and export specific peaklists from one or more .hdf5, to one or more .hdf5 files. If more-than one .hdf5 file is exported, users can control which subset of peaklists are exported to which .hdf5 file.


Parameters


Peaklist to merge (REQUIRED; minimally requires two .hdf5 files) - selection menu from which the user must select two or more .hdf5 files from the active Galaxy history.

NOTE: if a .hdf5 file containing a peak intensity matrix is selected, then the peaklists used in generating that matrix are extracted from the file e.g. [pl1, pl2, pl3] + [pm456] = [pl1, pl2, pl3] + [pl4, pl5, pl6] = [pl1, pl2, pl3, pl4, pl5, pl6] .

Create multiple merged peaklists (REQUIRED; default = “No”) - binary toggle:

No - all extracted peaklists are exported to a single .hdf5 file in the active Galaxy history. Metadata associated with each peaklist is also captured in this file.

Yes - multiple .hdf5 files are exported to the active Galaxy history, each of which containing a user-defined subset of the extracted peaklist(s) in accordance with the “multilist” column of the input “Filelist”, e.g. using the mock filelist shown below, two .hdf5 files would be exported to history:

  • The first .hdf5 file would contain peaklists from [sample_rep1.raw, sample_rep2.raw, blank1_rep1.raw and blank1_rep2.raw], i.e. all filenames associated with multilist value '1'
  • The second .hdf5 file would contain peaklists from [sample_rep1.raw, sample_rep2.raw, blank_rep3.raw and blank_rep4.raw], i.e. all filenames associated with multilist value '2'

NOTE - if for each analysed study sample a corresponding blank sample has been analysed, then the multilist column can be used to pair these together in an output .hdf5 file. This enables sample-specific blank filtering at a later stage.


Filelist / Samplelist (OPTIONAL) - a selection menu from which one or more filelists can be selected.

Mock example of a filelist - the optional multilist column determines which peaklists are exported together in .hdf5 format.


filename classLabel replicate batch injectionOrder multilist [...]
sample_rep1.raw sample 1 1 1 1 [...]
sample_rep2.raw sample 2 1 2 1 [...]
sample_rep3.raw sample 3 1 3 2 [...]
sample_rep4.raw sample 4 1 4 2 [...]
blank_rep1.raw blank 1 1 5 1 [...]
blank_rep2.raw blank 2 1 6 1 [...]
blank_rep3.raw blank 3 1 7 2 [...]
blank_rep4.raw blank 4 1 8 2 [...]
... ... ... ... ... ... [...]


Output file(s)


One or more .hdf5 file(s), each containing one or more peaklists.



Developers and contributors