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