To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7225003 add
?query=shape>7225003
to the URL.
For a more complex example, try
?query=(shape>7225003)&(shape<7225004)
Query "(shape>7225002)&(shape<7225005)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372848 | 7225003 | 13965905 | 7225003 | chr2 | 196320065 | 196387628 | 361.0 | 987.0 | 18.0 | 24 | 2 | Dataset1.companion.ome [024] |
| 2372848 | 7225004 | 13965905 | 7225004 | chr2 | 198802304 | 198867783 | 346.0 | 996.0 | 11.0 | 24 | 2 | Dataset1.companion.ome [024] |