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