get_cell_image.data.frame: get_cell_image.data.frame

get_cell_image.data.frameR Documentation

get_cell_image.data.frame

Description

get_cell_image.data.frame

Usage

## S3 method for class 'data.frame'
get_cell_image(X, box.size = 20, contained.box = FALSE, bg.col = 0, ...)

Arguments

X

cell.data object or data.frame that specifies the images

box.size

size in pixels of the image containing the cells. This specifies the 'radius', i.e. the image will be a square of length 2*box.size+1

contained.box

boolean indicating if the XY position of the box should be corrected to be contained in the original image. Relevant for cells close to the image border. If FALSE the part of the box outside the original image will be filled with bg.col

bg.col

color to be used for the background of the images

...

further arguments for methods


gerbeldo/tidycell documentation built on Aug. 15, 2022, 2:35 p.m.