| fov |
Int |
The field of view (FOV) number. |
| Area |
Int |
Number of pixels assigned to a given cell. |
| AspectRatio |
float |
Width divided by height. |
| Width |
Int |
Cell’s maximum length in x dimension (pixels). |
| Height |
Int |
Cell’s maximum length in y dimension (pixels). |
| Mean.(IF) |
Int |
The mean fluorescence intensity for a given cell. |
| Max.(IF) |
Int |
The max fluorescence intensity for a given cell. |
| SplitRatioToLocal |
float |
If cell abuts the FOV border: the ratio of Area to mean
cell area for that FOV. If cell does not border the FOV boundary:
0. |
| NucArea |
Int |
Number of pixels assigned to a given nucleus. |
| NucAspectRatio |
float |
Width divided by height of nucleus. |
| Circularity |
float |
Area to perimeter ratio. 1 = circle; < 1 less circular (Fu et al. 2024). |
| Eccentricity |
float |
A cell’s minor axis divided by its major axis (Fu et al. 2024). |
| Perimeter |
Int |
The perimeter of the cell (in pixels). |
| Solidity |
float |
The Area of the cell divided by its convex area. A
measure of the “density” of a cell with values < 1 indicating
increased cell irregularity (Fu et al.
2024). |
| cell_id |
string |
A study-wide unique cell identifier. Combination of c(ell),
slide_ID, fov, and cell_ID. Note
that this is equivalent to cell_ID in
napari-cosmx. |
| version |
string |
The version of the target decoding used. |
| dualfiles |
string |
(Invariable constant) |
| Run_name |
string |
(Invariable constant) |
| Run_Tissue_name |
string |
The name of the slide. |
| ISH.concentration |
string |
Concentration |
| Dash |
string |
(Invariable constant) |
| tissue |
string |
(Invariable constant) |
| Panel |
string |
Experimental Panel |
| assay_type |
string |
Assay type |
| slide_ID |
Int |
Unique identifier for the slide |
| cell_ID |
Int |
Unique identifier for a single cell within a given FOV. To make a
unique identifier for a cell within the whole sample use both the
fov and cell_ID columns. |
| unassignedTranscripts |
float |
Proportion of transcripts in the FOV the cell resides in that are
not assigned within any cell. This value is an FOV-level metric that is
repeated for each cell (excluding cell 0). |
| median_RNA |
Int |
FOV-level statistic. Median RNA target probe expression across all
cells within a given FOV. |
| RNA_quantile_(proportion) |
float |
FOV-level statistic. The (proportion*100) percentile of RNA target
expression across all cells within a given FOV. |
| nCount_RNA |
Int |
Total RNA transcripts observed. |
| nFeature_RNA |
Int |
Total number of unique RNA transcripts observed. |
| median_negprobes |
Int |
FOV-level statistic. Median negative probe expression across all
cells within a given FOV. |
| negprobes_quantile_(proportion) |
float |
FOV-level statistic. The (proportion*100) percentile of negative
probe expression across all cells within a given FOV. |
| nCount_negprobes |
Int |
Total Negative Control Probe counts observed. |
| nFeature_negprobes |
Int |
Total number of unique Negative Control Probe counts observed. |
| median_falsecode |
Int |
FOV-level statistic. Median System Control counts across all cells
within a given FOV. |
| falsecode_quantile_(proportion) |
float |
FOV-level statistic. The (proportion*100) percentile of System
Control counts across all cells within a given FOV. |
| nCount_falsecode |
Int |
Total System Control codes counts observed. These codes do not have
a physical probe in the experiment. |
| nFeature_falsecode |
Int |
Total number of unique System Control codes counts observed. |
| Area.um2 |
float |
The cell area in units of \(\mu
m^{2}\). |
| CenterX_local_px |
Int |
The x position of this cell within the FOV, measured in pixels. The
pixel edge length is 120 nm. Thus, to convert to microns multiply the
pixel value by 0.12028 \(\mu\)m per
pixel. |
| CenterY_local_px |
Int |
Same as CenterX_local_px but for the y dimension. |
| CenterX_global_px |
float |
See CenterX_local_px description. The global positions
describes the relative position of this cell within the large sample
reference frame. |
| CenterY_global_px |
float |
Same as CenterX_global_px but for the y dimension. |
| cell |
string |
Redundant with cell_id. |