filter_for_total_pheno: Filter for visualizing all the phenotypes

Description Usage Arguments Value Examples

View source: R/filter_for_total_pheno.R

Description

Filter for visualizing all the phenotypes

Usage

1
filter_for_total_pheno(df, marker_order)

Arguments

df

dataframe for which you want to visualize the total number of different populations

marker_order

vector of the order you want the markers to be in for the plot

Value

dataframe with all of the phenotypes denoted by a combination of positive and negative expression of markers

Examples

1
2
3
4
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)

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