To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7222321 add
?query=shape>7222321
to the URL.
For a more complex example, try
?query=(shape>7222321)&(shape<7222322)
Query "(shape>7222320)&(shape<7222323)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372753 | 7222321 | 13965896 | 7222321 | chr2 | 210830897 | 210898218 | 124.01207109999999 | 784.7778791000001 | 16.93452386 | 15 | 2 | Dataset1.companion.ome [015] |
| 2372753 | 7222322 | 13965896 | 7222322 | chr2 | 231221646 | 231288393 | 131.0 | 755.0 | 12.0 | 15 | 2 | Dataset1.companion.ome [015] |