Entering edit mode
21 months ago
Chris
▴
340
Hi all,
Would you remind me how to filter out pct.2 < 0.5 in this case:
markers %>%
group_by(cluster) %>%
slice_min(n = 2, order_by = avg_log2FC)
I tried filter(markers, markers$pct.2 < 0.5)
but I got error.
Thank you so much!
Thank you so much!
I don't know why after I assigned it back to markers, the volcano plot only has a few dots with numbers, not the gene names as before.