overlapToMatrixMultiPoly | R Documentation |
create a count matrix based on overlap results from calculateOverlapRaster
, calculateOverlapSerial
, or calculateOverlapParallel
and aggregate information from multiple polygon layers (e.g. z-stacks) together
overlapToMatrixMultiPoly(
gobject,
name = "raw",
poly_info = "cell",
feat_info = "rna",
new_poly_info = "multi",
return_gobject = TRUE
)
gobject |
giotto object |
name |
name for the overlap count matrix |
poly_info |
vector with polygon information |
feat_info |
feature information |
new_poly_info |
name for new aggregated polygon information |
return_gobject |
return giotto object (default: TRUE) |
giotto object or count matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.