To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7224099 add
?query=shape>7224099
to the URL.
For a more complex example, try
?query=(shape>7224099)&(shape<7224100)
Query "(shape>7224098)&(shape<7224101)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372818 | 7224099 | 13965902 | 7224099 | chr2 | 231221646 | 231288393 | 680.0 | 95.0 | 11.92126 | 21 | 9 | Dataset1.companion.ome [021] |
| 2372818 | 7224100 | 13965902 | 7224100 | chr2 | 118138644 | 118204055 | 713.0 | 104.0 | 9.0 | 21 | 9 | Dataset1.companion.ome [021] |