SyntaxFix
Write A Post
Hire A Developer
Questions
You could use the dplyr package:
dplyr
library(dplyr) filter(expr, cell_type == "hesc") filter(expr, cell_type == "hesc" | cell_type == "bj fibroblast")