# FCS Format

### FCS Files

![Example compensated FCS data from Human FFPE](/files/-L_9vVFWJMpOleT-uCGw)

Flow Cytometry Standard (FCS) is a file standard specified by the International Society for the Advancement of Cytometry Data Standards Task Force, last updated to FCS 3.1 in 2011. Publication is available [here](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2892967/). CODEX® outputs FCS files in addition to CSV files for compatibility with many flow cytometry analysis platforms.

CODEX® FCS files contain integrated expression intensity of all markers for all cells. For each region, there are two FCS files, compensated and uncompensated. Compensated FCS file contains expressions compensated for spatial fluorescence spillover, while uncompensated FCS file contains the raw integrated expressions. In addition to marker expression, FCS files contain cell identifiers and metadata, such as cell size and location.

FCS files can be exported from CODEX® MAV.

### Third-party FCS files requirements

All FCS files provided for the ['Import clustering'](/codex/mav/user-instructions/clustering.md#import-clustering) operation in CodexMAV must meet the following requirements:

1. All files for a single clustering run shall be stored in one folder.
2. Clustering run folder shall have a name, that has not yet been used by another clustering run folder in experiment.
3. There shall be one FCS file for each region in the experiment.
4. The name of each file shall start with the *'regXXX\_'* prefi&#x78;*.*
5. There shall be no duplicate files for any region.
6. *'X'*, '*Y'* and '*Z'*' (case insensitive) columns shall be presented in each file.
7. Each file shall contain a column which will be used as the *'ClusterID'*. User will be able to select this column through the combo box.
8. If all cells from the experiment are presented in clustering FCS files, then these cells shall be arranged in the same order as in the original FCS files.
9. If clustering FCS files don't contain all cells from the experiment, then the cells can be arranged in any order.
10. All marker names must meet the following requirements:

    a. Long and short names must be separated by *':'* character (e.g. *'CollagenIV:cyc001\_ch002'*).

    b. Short name must be written using one of two naming conventions:

    1. *Cyc\_X\_Ch\_X* (case insensitive)
    2. *cycXXX\_chXXX* (case insensitive)


---

# Agent Instructions: 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:

```
GET https://help.codex.bio/codex/mav/technical-notes/fcs-format.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
