heatmap_subset_pheno: Visualize subset of identified populations in a heatmap

Description Usage Arguments Value Examples

View source: R/heatmap_subset_pheno.R

Description

Visualize subset of identified populations in a heatmap

Usage

1
heatmap_subset_pheno(df, marker_order)

Arguments

df

dataframe for which you want to visualize a small subset of populations

Value

pheatmap of the smaller subset of phenotypes denoted by a combination of positive and negative expression of markers

Examples

1
2
3
4
5
6
7
8
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")

heatmap_subset_pheno(simple_pop_df, order_of_markers)

#' @importFrom dplyr %>%

aef1004/cytotypr documentation built on Dec. 25, 2021, 8:46 a.m.