Print attributes of slice object
Usage
# S3 method for slice
print(x, ...)
Examples
s <- slice()
print(s)
#> $slice_ID
#> [1] NA
#>
#> $coordinate
#> [1] -1
#>
#> $atlas_plate
#> [1] NA
#>
#> $conversion_factor
#> [1] 1.0833
#>
#> $bin
#> [1] 1
#>
#> $z_width
#> [1] 24
#>
#> $hemisphere
#> NULL
#>
#> $channels
#> [1] "eyfp" "cfos" "colabel"
#>
#> $registration_path
#> [1] "set registration image path"
#>
#> $segmentation_path
#> [1] "set segmentation data path"
#>
#> $slice_directory
#> NULL
#>
#> $left_regions_excluded
#> [1] "fiber tracts" "VS"
#>
#> $right_regions_excluded
#> [1] "fiber tracts" "VS"
#>
#> $left_regions_included
#> NULL
#>
#> $right_regions_included
#> NULL
#>