Description Usage Arguments Value Examples
smooth gene expression over a defined spatial grid
1 2 3 4 5 6 7 | 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
1 | do_spatial_grid_averaging(gobject)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.