To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7219847 add
?query=shape>7219847
to the URL.
For a more complex example, try
?query=(shape>7219847)&(shape<7219848)
Query "(shape>7219846)&(shape<7219849)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372659 | 7219847 | 13965882 | 7219847 | chr2 | 231221646 | 231288393 | 817.5721386 | 213.9920664 | 39.41428406 | 1 | 9 | Dataset1.companion.ome [001] |
| 2372659 | 7219848 | 13965882 | 7219848 | chr2 | 118138644 | 118204055 | 859.0 | 217.0 | 37.0 | 1 | 9 | Dataset1.companion.ome [001] |