Description Usage Arguments Value Examples
View source: R/identified_pop_perc.R
Add in the percentage data for all of the samples for the filtered populations
1 | identified_pop_perc(df1, df2, marker_vector)
|
df1 |
dataframe that contains the filtered populations |
df2 |
dataframe that contains the feature engineered data with the percentages |
marker_vector |
vector of the order of markers to show on the plots |
dataframe that contains percentage of cells in each of the filtered populations
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")
identified_pop_perc(sample_populations, all_fe, marker_vector = order_of_markers)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.