Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions openapi/v1/integrationCurator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4505,13 +4505,6 @@ paths:
* `percentMito>0.2 && nCounts>=1000`: select all objects where percentMito is greater than 0.2 and nCounts is more or equal to 1000.
* `batch=BatchA && (cluster=3 || -3 < percentMito < 8)`: combine logical operators in one query.

Embedding constraints:

* UMAP
- Allowed number of dimensions per cell: **0** (absent) or **≥ 2**.
- If exactly **1** UMAP dimension is provided, the request is invalid.
- At most **3** UMAP dimensions are stored; if more than 3 are provided, only the first 3 are kept and the rest are ignored.

in: query
name: cellQuery
schema:
Expand Down
Loading