Counts average expression of gene set (Use in package)
calculate_expression(
object,
features,
assay = NULL,
cluster_col = NULL,
colour_low = "white",
colour_high = "navy"
)Average expression genes and relatied informations in the input "Seurat" object given "cluster_col" and given "features".
Enter a Seurat object.
Enter one or a set of markers.
Enter the assay used by the Seurat object, such as "RNA". Default parameters use "assay = NULL".
Enter the meta.data column in the Seurat object to be annotated, such as "seurat_cluster". Default parameters use "cluster_col = NULL".
Color for lowest expression level. (default = "white")
Color for highest expression level. (default = "black")
Other Section_1_Functions_Use_in_Package:
calculate_cluster_variability(),
calculate_expression_skewness(),
calculate_probability(),
compute_adaptive_parameters(),
estimate_batch_effect(),
extract_dataset_features()