To filter rows you can use a query based on named columns.
For example, to filter for rows where shape
is greater than 7224546 add
?query=shape>7224546
to the URL.
For a more complex example, try
?query=(shape>7224546)&(shape<7224547)
Query "(shape>7224545)&(shape<7224548)" returned
2/6220 rows.
| roi | shape | Image | Spot_ID | Chrom | Chrom_Start | Chrom_End | X | Y | Z | FoV | Nucleus_ID | Image Name |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2372833 | 7224546 | 13965903 | 7224546 | chr2 | 183648104 | 183713699 | 568.7430711000001 | 81.24360229 | 22.60404343 | 22 | 14 | Dataset1.companion.ome [022] |
| 2372833 | 7224547 | 13965903 | 7224547 | chr2 | 187022561 | 187095365 | 569.0 | 58.0 | 23.0 | 22 | 14 | Dataset1.companion.ome [022] |