To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7223492 add
?query=shape>7223492
to the URL.
For a more complex example, try
?query=(shape>7223492)&(shape<7223493)
Query "(shape>7223491)&(shape<7223494)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372797 | 7223492 | 13965900 | 7223492 | chr2 | 205087694 | 205149345 | 728.0 | 739.0 | 12.0 | 19 | 11 | Dataset1.companion.ome [019] |
| 2372797 | 7223493 | 13965900 | 7223493 | chr2 | 210830897 | 210898218 | 728.0 | 739.0 | 12.0 | 19 | 11 | Dataset1.companion.ome [019] |