To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7222546 add
?query=shape>7222546
to the URL.
For a more complex example, try
?query=(shape>7222546)&(shape<7222547)
Query "(shape>7222545)&(shape<7222548)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372761 | 7222546 | 13965896 | 7222546 | chr2 | 189698368 | 189767443 | 710.8735068 | 486.72495819999995 | 9.269674197999999 | 15 | 12 | Dataset1.companion.ome [015] |
| 2372761 | 7222547 | 13965896 | 7222547 | chr2 | 196320065 | 196387628 | 717.0 | 497.0 | 10.0 | 15 | 12 | Dataset1.companion.ome [015] |