| do_spatial_grid_averaging | R Documentation | 
smooth gene expression over a defined spatial grid
do_spatial_grid_averaging(
  gobject,
  expression_values = c("normalized", "scaled", "custom"),
  subset_genes = NULL,
  spatial_grid_name = "spatial_grid",
  min_cells_per_grid = 4
)
| gobject | giotto object | 
| expression_values | gene expression values to use | 
| subset_genes | subset of genes to use | 
| spatial_grid_name | name of spatial grid to use | 
| min_cells_per_grid | minimum number of cells to consider a grid | 
matrix with smoothened gene expression values based on spatial grid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.