Description Usage Arguments Value Examples
calculates the average gene expression for one or more (combined) annotation columns.
1 2 3 4 5 6 | calculateMetaTable(
gobject,
expression_values = c("normalized", "scaled", "custom"),
metadata_cols = NULL,
selected_genes = NULL
)
|
gobject |
giotto object |
expression_values |
expression values to use |
metadata_cols |
annotation columns found in pDataDT(gobject) |
selected_genes |
subset of genes to use |
data.table with average expression values for each gene per (combined) annotation
1 | calculateMetaTable(gobject)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.