To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7223503 add
?query=shape>7223503
to the URL.
For a more complex example, try
?query=(shape>7223503)&(shape<7223504)
Query "(shape>7223502)&(shape<7223505)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372798 | 7223503 | 13965900 | 7223503 | chr2 | 198802304 | 198867783 | 362.584106 | 141.0709074 | 13.91589624 | 19 | 15 | Dataset1.companion.ome [019] |
| 2372798 | 7223504 | 13965900 | 7223504 | chr2 | 201616162 | 201682961 | 371.0 | 143.0 | 14.58011037 | 19 | 15 | Dataset1.companion.ome [019] |