addGenesPerc | R Documentation |
calculates the total percentage of (normalized) counts for a subset of selected genes
addGenesPerc(
gobject,
spat_unit = NULL,
feat_type = NULL,
expression_values = c("normalized", "scaled", "custom"),
genes = NULL,
vector_name = "gene_perc",
return_gobject = TRUE
)
gobject |
giotto object |
spat_unit |
spatial unit |
feat_type |
feature type |
expression_values |
expression values to use |
genes |
vector of selected genes |
vector_name |
column name as seen in |
return_gobject |
boolean: return giotto object (default = TRUE) |
giotto object if return_gobject = TRUE
, else a vector with
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.