To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7223467 add
?query=shape>7223467
to the URL.
For a more complex example, try
?query=(shape>7223467)&(shape<7223468)
Query "(shape>7223466)&(shape<7223469)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372796 | 7223467 | 13965900 | 7223467 | chr2 | 205087694 | 205149345 | 605.0 | 362.0 | 9.0 | 19 | 10 | Dataset1.companion.ome [019] |
| 2372796 | 7223468 | 13965900 | 7223468 | chr2 | 231221646 | 231288393 | 601.0 | 369.0 | 10.0 | 19 | 10 | Dataset1.companion.ome [019] |