Skip to contents

This method retrieves information about the samples whose cells were used as leaves of the samples forest.

Value

A dataframe containing, for each sample collected during the simulation, the columns "name", "time", "ymin", "xmin", "ymax", "xmax", "tumour_cells", and "tumour_cells_in_bbox". The columns "ymin", "xmin", "ymax", "xmax" report the boundaries of the sample bounding box, while "tumour_cells" and "tumour_cells_in_bbox" are the number of tumour cells in the sample and in the bounding box, respectively.

See also

SamplesForest$get_samples_info() for usage examples, Simulation$get_samples_info()