![]() |
OpenMS
2.5.0
|
#include <OpenMS/METADATA/ExperimentalDesign.h>
Public Member Functions | |
| MSFileSectionEntry ()=default | |
Public Attributes | |
| unsigned | fraction_group = 1 |
| fraction group id More... | |
| unsigned | fraction = 1 |
| fraction 1..m, mandatory, 1 if not set More... | |
| std::string | path = "UNKNOWN_FILE" |
| file name, mandatory More... | |
| unsigned | label = 1 |
| the label (e.g.,: 1 for label-free, 1..8 for TMT8plex) More... | |
| unsigned | sample = 1 |
| allows grouping by sample More... | |
MSFileSectionEntry links single quant. values back the MS file It supports:
|
default |
| unsigned fraction = 1 |
fraction 1..m, mandatory, 1 if not set
Referenced by UTILProteomicsLFQ::main_().
| unsigned fraction_group = 1 |
fraction group id
Referenced by UTILProteomicsLFQ::main_().
| unsigned label = 1 |
the label (e.g.,: 1 for label-free, 1..8 for TMT8plex)
Referenced by UTILProteomicsLFQ::main_().
| std::string path = "UNKNOWN_FILE" |
file name, mandatory
Referenced by UTILProteomicsLFQ::main_().
| unsigned sample = 1 |
allows grouping by sample
Referenced by UTILProteomicsLFQ::main_().
1.8.16