Description Usage Arguments Value Examples
Filter populations to show all the populations of interest
1 |
df |
dataframe that contains the information for all of the populations |
dataframe that contains the filtered population names
1 2 3 4 | library(dplyr)
all_fe %>%
dplyr::filter(CD3 == 1 & percentage > 0.5) %>%
filter_pops()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.