To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7220493 add
?query=shape>7220493
to the URL.
For a more complex example, try
?query=(shape>7220493)&(shape<7220494)
Query "(shape>7220492)&(shape<7220495)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372686 | 7220493 | 13965886 | 7220493 | chr2 | 183648104 | 183713699 | 478.0 | 893.0 | 15.0 | 5 | 2 | Dataset1.companion.ome [005] |
| 2372686 | 7220494 | 13965886 | 7220494 | chr2 | 187022561 | 187095365 | 479.0 | 892.0 | 17.0 | 5 | 2 | Dataset1.companion.ome [005] |