addStatistics | R Documentation |
Adds feature and cell statistics to the giotto object
addStatistics(
gobject,
feat_type = NULL,
spat_unit = NULL,
expression_values = c("normalized", "scaled", "custom"),
detection_threshold = 0,
return_gobject = TRUE
)
gobject |
giotto object |
feat_type |
feature type |
spat_unit |
spatial unit |
expression_values |
expression values to use |
detection_threshold |
detection threshold to consider a feature detected |
return_gobject |
boolean: return giotto object (default = TRUE) |
See addFeatStatistics
and addCellStatistics
giotto object if return_gobject = TRUE, else a list with results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.