To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7220462 add
?query=shape>7220462
to the URL.
For a more complex example, try
?query=(shape>7220462)&(shape<7220463)
Query "(shape>7220461)&(shape<7220464)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372685 | 7220462 | 13965886 | 7220462 | chr2 | 205087694 | 205149345 | 384.0 | 598.0 | 20.0 | 5 | 1 | Dataset1.companion.ome [005] |
| 2372685 | 7220463 | 13965886 | 7220463 | chr2 | 208067715 | 208129451 | 383.51120249999997 | 613.1307887999999 | 19.54128273 | 5 | 1 | Dataset1.companion.ome [005] |