aggregateStacks | R Documentation |
aggregate expression matrices from different z-stacks
aggregateStacks(
gobject,
spat_units,
feat_type,
values,
summarize_expression = "sum",
summarize_locations = "mean",
new_spat_unit = "aggregate"
)
gobject |
giotto object |
spat_units |
spatial units to aggregate |
feat_type |
feature type |
values |
values to use |
summarize_expression |
method to summarize expression information |
summarize_locations |
method to summarize spatial location information |
new_spat_unit |
new name for aggregated spatial unit |
Combines both aggregateStacksExpression
and aggregateStacksLocations
giotto object
Other aggregate stacks:
aggregateStacksExpression()
,
aggregateStacksLocations()
,
aggregateStacksPolygonOverlaps()
,
aggregateStacksPolygonsOLD()
,
aggregateStacksPolygons()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.