To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7225050 add
?query=shape>7225050
to the URL.
For a more complex example, try
?query=(shape>7225050)&(shape<7225051)
Query "(shape>7225049)&(shape<7225052)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372850 | 7225050 | 13965905 | 7225050 | chr2 | 137737263 | 137803380 | 455.79247189999995 | 567.0431414 | 12.09354603 | 24 | 4 | Dataset1.companion.ome [024] |
| 2372850 | 7225051 | 13965905 | 7225051 | chr2 | 158286571 | 158352358 | 456.0 | 566.0 | 13.0 | 24 | 4 | Dataset1.companion.ome [024] |