View source: R/cluster_visualization.R
calculate_cluster_ctmeans | R Documentation |
This function computes cell type mean expression and standard error for all the isoforms in a cluster.
calculate_cluster_ctmeans(data, isoform_ids, id_table, isoform_col = NULL)
data |
A data.frame or tibble including single-cell data, with
isoforms as rows and cells as columns. Isoform IDs can be included as row
names (data.frame) or as an additional column (tibble). Expression should be
previously scaled (see |
isoform_ids |
A character vector including the IDs of the isoforms included in the cluster. |
id_table |
A data frame including two columns named |
isoform_col |
When a tibble is provided in |
A tibble containing four columns: isoform IDs, mean expression values in each of the cell types, cell type names, and standard error of cell type-level expression.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.