To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7222345 add
?query=shape>7222345
to the URL.
For a more complex example, try
?query=(shape>7222345)&(shape<7222346)
Query "(shape>7222344)&(shape<7222347)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372754 | 7222345 | 13965896 | 7222345 | chr2 | 137737263 | 137803380 | 97.0 | 331.0 | 9.806068827 | 15 | 3 | Dataset1.companion.ome [015] |
| 2372754 | 7222346 | 13965896 | 7222346 | chr2 | 158286571 | 158352358 | 99.46111963 | 329.7542651 | 11.81982376 | 15 | 3 | Dataset1.companion.ome [015] |