Skip to contents

A populated example project

Usage

at_example_project(call = rlang::caller_env())

Arguments

call

The calling environment, for error reporting.

Value

An annot_project over the tissue example with one layer of three labelled regions.

Examples

proj <- at_example_project()
at_rois(proj)
#> # A tibble: 3 × 14
#>   roi_id    layer label geom_type level area_px centroid_x centroid_y n_vertices
#>   <chr>     <chr> <chr> <chr>     <int>   <dbl>      <dbl>      <dbl>      <int>
#> 1 roi_0000… regi… tumo… POLYGON       0   19600        190        220          5
#> 2 roi_0000… regi… necr… POLYGON       0   72704        256        441          5
#> 3 roi_0000… regi… stro… POLYGON       0   34200        390        125          5
#> # ℹ 5 more variables: created <dttm>, modified <dttm>, author <chr>,
#> #   source <chr>, geometry <POLYGON>