calculate_cluster_profile | R Documentation |
This function computes mean cluster expression across all isoforms, as well as the standard deviation. First, cell type-level mean expression is computed for each isoform. Then, the average value of all cell type means is computed across isoforms.
calculate_cluster_profile(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 including three main columns: cell type name, global cluster mean expression in each cell type, and standard deviation computed for the cell type mean expression of all isoforms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.