Make a sample table

In the project folder, open a terminal and run the following command:

generate-sample-table

Your project folder should include a subfolder named data that contains the raw LC-MS data files in mzML or mzXML format.

my_project
├── data
│ ├── sample1.mzML
│ ├── sample2.mzML
| └── ...
|── ...

Set yes in the ‘is_blank’ column for blank samples, and yes in the ‘is_qc’ column for quality control (QC) samples. You can add more columns to the sample table to claim biological groups or other information. For example, you can add a column named ’treatment’ to claim the treatment of each sample like drug A, drug B, or control. Example:

nameis_blankis_qctreatment
sample1nonodrug A
sample2nonodrug B
sample3nonocontrol
QC1noyesNA
QC2noyesNA
blank1yesnoNA
blank2yesnoNA