To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7222007 add
?query=shape>7222007
to the URL.
For a more complex example, try
?query=(shape>7222007)&(shape<7222008)
Query "(shape>7222006)&(shape<7222009)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372743 | 7222007 | 13965894 | 7222007 | chr2 | 177676147 | 177739905 | 832.8164495 | 604.8241887999999 | 8.114557858 | 13 | 13 | Dataset1.companion.ome [013] |
| 2372743 | 7222008 | 13965894 | 7222008 | chr2 | 187022561 | 187095365 | 822.0110482000001 | 607.1458518999999 | 7.968281946 | 13 | 13 | Dataset1.companion.ome [013] |