View source: R/interactivity.R
comparePolygonExpression | R Documentation |
Compare gene expression between polygon areas
comparePolygonExpression(
gobject,
polygon_name = "selections",
spat_unit = "cell",
feat_type = "rna",
selected_feats = "top_genes",
expression_values = "normalized",
method = "scran",
...
)
gobject |
A Giotto object |
polygon_name |
name of polygon selections |
spat_unit |
spatial unit (e.g. "cell") |
feat_type |
feature type (e.g. "rna", "dna", "protein") |
selected_feats |
vector of selected features to plot |
expression_values |
gene expression values to use ("normalized", "scaled", "custom") |
method |
method to use to detect differentially expressed feats ("scran", "gini", "mast") |
... |
Arguments passed to Heatmap |
A ComplexHeatmap::Heatmap object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.