To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7222507 add
?query=shape>7222507
to the URL.
For a more complex example, try
?query=(shape>7222507)&(shape<7222508)
Query "(shape>7222506)&(shape<7222509)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372760 | 7222507 | 13965896 | 7222507 | chr2 | 205087694 | 205149345 | 706.8790495000001 | 334.35129539999997 | 14.39024785 | 15 | 11 | Dataset1.companion.ome [015] |
| 2372760 | 7222508 | 13965896 | 7222508 | chr2 | 210830897 | 210898218 | 700.0 | 334.0 | 11.45505177 | 15 | 11 | Dataset1.companion.ome [015] |