To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7220872 add
?query=shape>7220872
to the URL.
For a more complex example, try
?query=(shape>7220872)&(shape<7220873)
Query "(shape>7220871)&(shape<7220874)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372700 | 7220872 | 13965887 | 7220872 | chr2 | 158286571 | 158352358 | 133.0259179 | 425.38129289999995 | 20.80881017 | 6 | 10 | Dataset1.companion.ome [006] |
| 2372700 | 7220873 | 13965887 | 7220873 | chr2 | 177676147 | 177739905 | 132.0 | 421.0 | 19.0 | 6 | 10 | Dataset1.companion.ome [006] |