You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If assay_ontology_term_idis a descendant of "EFO:0010961" for Visium Spatial Gene Expression and uns['spatial']['is_single'] is True, the array MUST be created from the corresponding pxl_row_in_fullres and pxl_col_in_fullres fields from tissue_positions_list.csv or tissue_positions.csv. See Space Ranger Spatial Outputs.
The text was updated successfully, but these errors were encountered:
Changelog
spatial
to include descendants of Visium Spatial Gene Expression and to prohibit 'Not a Number' values.Design
spatial
uns['spatial']['is_single']
isTrue
.Curator MAY annotate if
uns['spatial']['is_single']
isFalse
.Otherwise, this key MUST NOT be present.
numpy.ndarray
with the following requirementsX
and MUST include at least two columnsnumpy.dtype.kind
of"f"
,"i"
, or "u"
numpy.inf
) or negative infinity (numpy.NINF
) valuesnumpy.nan
) valuesIf
assay_ontology_term_id
is a descendant of"EFO:0010961"
for Visium Spatial Gene Expression anduns['spatial']['is_single']
isTrue
, the array MUST be created from the correspondingpxl_row_in_fullres
andpxl_col_in_fullres
fields fromtissue_positions_list.csv
ortissue_positions.csv
. See Space Ranger Spatial Outputs.The text was updated successfully, but these errors were encountered: