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