A populated example project
Usage
at_example_project(call = rlang::caller_env())Value
An annot_project over the tissue example with one layer of three labelled regions.
See also
Other example data:
at_example_image(),
at_example_path(),
at_example_session()
Other projects:
at_add_layer(),
at_add_roi(),
at_layers(),
at_project(),
at_remove_layer(),
at_remove_roi(),
at_rois(),
at_summary(),
at_validate()
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>