> For the complete documentation index, see [llms.txt](https://c-comp.gitbook.io/data-management-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://c-comp.gitbook.io/data-management-handbook/file-naming-conventions/lc-ms-proteomics.md).

# LC-MS Proteomics

<figure><img src="/files/tEtAuGQfBMwy1h1oekSz" alt=""><figcaption><p>This file name refers to culture sample 32 (SA32) that was collected using untargeted proteomics on the QE mass spectrometer in dataset CCMP002. The SA prefix was used before the numerical sample ID in this context to help distinguish sample ID from the file number field that is used for other data streams.</p></figcaption></figure>

Please use this file naming template for LC-MS Proteomics tool as a guide to create file names.

{% file src="/files/dRzd2EgSiu2GERHurZMn" %}

### Field Definitions

Each number in the example above corresponds to a field in the file name. Fields are separated by ‘\_’ to enhance computer readability. Shortened column names used in the template above are provided in parentheses next to the appropriate field definition.

1. Dataset Number (Dataset\_No):
   * All C-CoMP datasets will be assigned an internal dataset number. Please request this number on the #dataset\_number\_requests slack channel following the instructions provided above.
   * Metadata about the dataset (including Dataset number, method type, and data storage location) will be recorded in the C-CoMP Data Catalog.
2. Date (format: mmddyy)
   * The date when the file was generated (the date of the instrument run)
3. Mass spectrometer (MassSpec\_Type):
   * The type of mass spectrometer used for analysis. Options currently in use:  either QE or FN (Fusion)
   * QE is typically used for culture analyses and the Fusion is typically used for metaproteomics
4. Method (Method):
   * Lab-specific instrument run conditions (either 1DDDA, 2DDDA, or 1DDIA)
5. Sample ID (SA\_ID)
   * Sample ID is the discrete identifier that is assigned to each sample. For this data stream, Sample ID is used in the file name to identify samples instead of file number according to existing lab protocols for this data stream. This field uses the convention SA## if the Sample ID is numerical to help distinguish this field from the file numbers that are used in other data streams. If the Sample ID is descriptive (not only numerical), the SA prefix does not need to be used.&#x20;
6. File-type extension

**Instrument run parameters/methods**

* 1DDDA -&#x20;
* 2DDDA - Field samples (untargeted proteomics)
* 1DDIA - Culture samples (untargeted proteomics)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://c-comp.gitbook.io/data-management-handbook/file-naming-conventions/lc-ms-proteomics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
