To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7222494 add
?query=shape>7222494
to the URL.
For a more complex example, try
?query=(shape>7222494)&(shape<7222495)
Query "(shape>7222493)&(shape<7222496)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372759 | 7222494 | 13965896 | 7222494 | chr2 | 208067715 | 208129451 | 658.9482433999999 | 553.8867968999999 | 13.56138609 | 15 | 10 | Dataset1.companion.ome [015] |
| 2372759 | 7222495 | 13965896 | 7222495 | chr2 | 210830897 | 210898218 | 668.0 | 545.0 | 10.0 | 15 | 10 | Dataset1.companion.ome [015] |