View source: R/Expression_calculate.R
calculate_expression | R Documentation |
Counts average expression of gene set (Use in package)
calculate_expression(
object,
features,
assay = NULL,
cluster_col = NULL,
colour_low = "white",
colour_high = "navy"
)
object |
Enter a Seurat object. |
features |
Enter one or a set of markers. |
assay |
Enter the assay used by the Seurat object, such as "RNA". Default parameters use "assay = NULL". |
cluster_col |
Enter the meta.data column in the Seurat object to be annotated, such as "seurat_cluster". Default parameters use "cluster_col = NULL". |
colour_low |
Color for lowest expression level. (default = "white") |
colour_high |
Color for highest expression level. (default = "black") |
Average expression genes and relatied informations in the input "Seurat" object given "cluster_col" and given "features".
Other Use_in_packages:
calculate_probability()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.