To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7222454 add
?query=shape>7222454
to the URL.
For a more complex example, try
?query=(shape>7222454)&(shape<7222455)
Query "(shape>7222453)&(shape<7222456)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372758 | 7222454 | 13965896 | 7222454 | chr2 | 231221646 | 231288393 | 626.0112588999999 | 904.2720396999999 | 11.98363388 | 15 | 9 | Dataset1.companion.ome [015] |
| 2372758 | 7222455 | 13965896 | 7222455 | chr2 | 118138644 | 118204055 | 641.0 | 929.0 | 15.0 | 15 | 9 | Dataset1.companion.ome [015] |