calculateMetaTable | R Documentation |
calculates the average gene expression for one or more (combined) annotation columns.
calculateMetaTable(
gobject,
spat_unit = NULL,
feat_type = NULL,
expression_values = c("normalized", "scaled", "custom"),
metadata_cols = NULL,
selected_feats = NULL,
selected_genes = NULL
)
gobject |
giotto object |
spat_unit |
spatial unit |
feat_type |
feature type |
expression_values |
expression values to use |
metadata_cols |
annotation columns found in |
selected_feats |
subset of features to use |
selected_genes |
subset of genes to use (deprecated) |
data.table with average expression values for each gene per (combined) annotation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.