To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7222323 add
?query=shape>7222323
to the URL.
For a more complex example, try
?query=(shape>7222323)&(shape<7222324)
Query "(shape>7222322)&(shape<7222325)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372753 | 7222323 | 13965896 | 7222323 | chr2 | 137737263 | 137803380 | 114.6738739 | 851.5422973999999 | 10.0 | 15 | 2 | Dataset1.companion.ome [015] |
| 2372753 | 7222324 | 13965896 | 7222324 | chr2 | 177676147 | 177739905 | 110.0 | 852.0 | 8.620637288 | 15 | 2 | Dataset1.companion.ome [015] |