提取基因名为“ME1”,“AOC1”,“F10”的三行数据
data_HOME %>% filter(Gene.name == "AOC1"|"ME1"|"F10") -> data_HOME_filtered #报错
Error: Problem with `filter()` input `..1`.
i Input `..1` is `Gene.name == "ACOX2" | "ME1"`.
x operations are possible only for numeric, logical or complex types