To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7224459 add
?query=shape>7224459
to the URL.
For a more complex example, try
?query=(shape>7224459)&(shape<7224460)
Query "(shape>7224458)&(shape<7224461)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372830 | 7224459 | 13965903 | 7224459 | chr2 | 118138644 | 118204055 | 773.1953923 | 526.2288037999999 | 16.83282998 | 22 | 11 | Dataset1.companion.ome [022] |
| 2372830 | 7224460 | 13965903 | 7224460 | chr2 | 137737263 | 137803380 | 771.0 | 538.0 | 17.0 | 22 | 11 | Dataset1.companion.ome [022] |