Skip to content

Commit

Permalink
remove unnecessary group_by() before count()
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto authored Sep 28, 2023
1 parent 594a53d commit c97f965
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion episodes/30-dplyr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,6 @@ rna %>%
## 3.
rna %>%
filter(sample == "GSM2545336") %>%
group_by(gene_biotype) %>%
count(gene_biotype) %>%
arrange(desc(n))
## 4.
Expand Down

0 comments on commit c97f965

Please sign in to comment.