Description Usage Arguments Value Examples
View source: R/heatmap_all_pheno.R
Visualize all of identified populations in a heatmap
1 |
df |
dataframe for which you want to visualize all of the different populations |
pheatmap of all of the phenotypes denoted by a combination of positive and negative expression of markers
1 2 3 4 5 6 7 8 9 | library(dplyr)
order_of_markers <- c("CD3", "CD4", "CD8", "CD44", "CD103", "Sca1", "IL_17","CTLA4",
"CD27", "CD153", "KLRG1", "IFN", "CD122", "PD1", "CD62L", "IL_10", "CD28","TNF")
filter_for_total_pheno(all_fe, marker_order = order_of_markers) %>%
heatmap_all_pheno()
#' @importFrom dplyr %>%
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.