Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 998 Bytes

File metadata and controls

29 lines (17 loc) · 998 Bytes

Overview

We expect an adt_normalization group at the root of the file, containing information about the normalization of the ADT count matrix. The group itself contains the parameters and results subgroups.

No ADT data was available prior to version 2.0 of the format, so the adt_normalization group may be absent in pre-v2.0 files.

Definitions:

  • adt_available: whether ADTs are present in the dataset. This is typically determined by examining the inputs step.
  • num_cells: number of cells remaining after QC filtering. This is typically determined from the cell_filtering step.

Parameters

No contents are mandated for parameters.

Results

If adt_available = false, results should be empty.

If adt_available = true, results should contain:

  • size_factors, a 1-dimensional float dataset of length equal to num_cells, containing the size factor for each cell.

History

Added in version 2.0.