To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7225600 add
?query=shape>7225600
to the URL.
For a more complex example, try
?query=(shape>7225600)&(shape<7225601)
Query "(shape>7225599)&(shape<7225602)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372867 | 7225600 | 13965906 | 7225600 | chr2 | 210830897 | 210898218 | 55.00871916 | 726.3234297 | 14.38664733 | 25 | 6 | Dataset1.companion.ome [025] |
| 2372867 | 7225601 | 13965906 | 7225601 | chr2 | 231221646 | 231288393 | 32.0 | 714.0 | 21.0 | 25 | 6 | Dataset1.companion.ome [025] |