filter_pops: Filter populations to show all the populations of interest

Description Usage Arguments Value Examples

View source: R/filter_pops.R

Description

Filter populations to show all the populations of interest

Usage

1

Arguments

df

dataframe that contains the information for all of the populations

Value

dataframe that contains the filtered population names

Examples

1
2
3
4
library(dplyr)
all_fe %>%
 dplyr::filter(CD3 == 1 & percentage > 0.5) %>%
 filter_pops()

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