To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7222409 add
?query=shape>7222409
to the URL.
For a more complex example, try
?query=(shape>7222409)&(shape<7222410)
Query "(shape>7222408)&(shape<7222411)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372756 | 7222409 | 13965896 | 7222409 | chr2 | 201616162 | 201682961 | 575.0 | 55.0 | 11.0 | 15 | 7 | Dataset1.companion.ome [015] |
| 2372756 | 7222410 | 13965896 | 7222410 | chr2 | 205087694 | 205149345 | 565.4836644999999 | 45.32851701 | 11.68829396 | 15 | 7 | Dataset1.companion.ome [015] |