To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7223456 add
?query=shape>7223456
to the URL.
For a more complex example, try
?query=(shape>7223456)&(shape<7223457)
Query "(shape>7223455)&(shape<7223458)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372796 | 7223456 | 13965900 | 7223456 | chr2 | 137737263 | 137803380 | 603.5337569 | 367.6956983 | 10.14158688 | 19 | 10 | Dataset1.companion.ome [019] |
| 2372796 | 7223457 | 13965900 | 7223457 | chr2 | 158286571 | 158352358 | 588.0 | 366.0 | 9.0 | 19 | 10 | Dataset1.companion.ome [019] |