overlapToMatrix | R Documentation |
create a count matrix based on overlap results from calculateOverlapRaster
, calculateOverlapSerial
, or calculateOverlapParallel
overlapToMatrix(
gobject,
name = "raw",
poly_info = "cell",
feat_info = "rna",
count_info_column = NULL,
return_gobject = TRUE
)
gobject |
giotto object |
name |
name for the overlap count matrix |
poly_info |
polygon information |
feat_info |
feature information |
count_info_column |
column with count 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.