v1.2 (March 2023)
Output file changes
- Added field of view (FOV) information to transcripts output files:
- Added
fov_namecolumn totranscripts.csv.gzandtranscripts.parquet. FOV names use chessboard nomenclature. - Added
aux_outputs/fov_locations.jsonfile to Xenium output bundle. It contains the global coordinates for FOVs.
- Added
- Added versioning to
experiment.xeniumfor file compatibility checking in Xenium Explorer.
General improvements
- Improved decoding algorithm to reduce FOV-to-FOV variation.
- Reduced FOV size to eliminate transcript quality roll-off. FOV demarcation (row x columns) changed from 28 x 19 to 33 x 19 FOVs. FOV size changed from 4240 x 2960 pixels to 3520 x 2960 pixels.
Bug fixes and miscellaneous changes
- "GEX" in panel names changed to "Gene Expression".
- Instrument metadata (
calibration_uuid) added toexperiment.xenium.
v1.1 (February 2023)
Output file changes
- “Blank Codeword” feature type in cell-feature matrix renamed to “Unassigned Codeword”.
- Added
unassigned_codeword_countscolumn tocells.csv.gzandcells.parquetfiles. - Increased chunk size of precomputed densities in
transcripts.zarrfor faster loading in Xenium Explorer.
General improvements
- Improved run time estimation accuracy.
Bug fixes and miscellaneous changes
- Fixed
analysis_summary.html(Instrument software versionfield) andexperiment.xenium(instrument_sw_versionfield) to show correct instrument software version. - Based on additional experimental data, thresholds for
high negative control probe ratewarning and error alerts were increased from 2% to 4% and 5% to 10%, respectively, in theanalysis_summary.html. - Various styling improvements to
analysis_summary.html. - Minor bug fixes